{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "bd71a510", "metadata": { "ExecuteTime": { "end_time": "2024-02-29T02:43:01.293774Z", "start_time": "2024-02-29T02:43:00.530213Z" } }, "outputs": [], "source": [ "import pandas as pd\n", "\n", "df = pd.read_csv('women.csv', header=0, index_col=0)" ] }, { "cell_type": "code", "execution_count": 2, "id": "42bf78f1", "metadata": { "ExecuteTime": { "end_time": "2024-02-29T02:43:01.310328Z", "start_time": "2024-02-29T02:43:01.294781Z" } }, "outputs": [ { "data": { "text/plain": " height weight\ncount 20.000000 20.000000\nmean 142.500000 66.650000\nstd 16.922424 4.901933\nmin 115.000000 58.000000\n25% 128.250000 62.750000\n50% 144.000000 67.500000\n75% 156.750000 70.250000\nmax 165.000000 74.000000", "text/html": "
| \n | height | \nweight | \n
|---|---|---|
| count | \n20.000000 | \n20.000000 | \n
| mean | \n142.500000 | \n66.650000 | \n
| std | \n16.922424 | \n4.901933 | \n
| min | \n115.000000 | \n58.000000 | \n
| 25% | \n128.250000 | \n62.750000 | \n
| 50% | \n144.000000 | \n67.500000 | \n
| 75% | \n156.750000 | \n70.250000 | \n
| max | \n165.000000 | \n74.000000 | \n