{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# U.S. Medical Insurance Cost \n",
"For this project, I investigated a ***medical insurance costs dataset*** in a .csv file using the fundamental Python skills I have developed. The **insurance.csv** dataset contains patient information and insurance cost. This project aimed to analyze various attributes within **insurance.csv** to learn more about the patient data in the file and gain insight into potential cases for the dataset."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Importing and Reviewing Dataset\n",
"To start, I imported all the necessary libraries. For this project, the only library needed is the ***csv*** library to work with the **insurance.csv** data."
]
},
{
"cell_type": "code",
This file has been truncated. show original