{ "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", "
| \n", " | Name | \n", "Miles_per_Gallon | \n", "Cylinders | \n", "Displacement | \n", "Horsepower | \n", "Weight_in_lbs | \n", "Acceleration | \n", "Year | \n", "Origin | \n", "
|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "chevrolet chevelle malibu | \n", "18.0 | \n", "8 | \n", "307.0 | \n", "130.0 | \n", "3504 | \n", "12.0 | \n", "1970-01-01 | \n", "USA | \n", "
| 1 | \n", "buick skylark 320 | \n", "15.0 | \n", "8 | \n", "350.0 | \n", "165.0 | \n", "3693 | \n", "11.5 | \n", "1970-01-01 | \n", "USA | \n", "
| 2 | \n", "plymouth satellite | \n", "18.0 | \n", "8 | \n", "318.0 | \n", "150.0 | \n", "3436 | \n", "11.0 | \n", "1970-01-01 | \n", "USA | \n", "
| 3 | \n", "amc rebel sst | \n", "16.0 | \n", "8 | \n", "304.0 | \n", "150.0 | \n", "3433 | \n", "12.0 | \n", "1970-01-01 | \n", "USA | \n", "
| 4 | \n", "ford torino | \n", "17.0 | \n", "8 | \n", "302.0 | \n", "140.0 | \n", "3449 | \n", "10.5 | \n", "1970-01-01 | \n", "USA | \n", "