Situation Dataset Our simple dataset contains a few attributes for each person such as Age, Sex, BMI, Children, Smoker, Region, and their insurance charges. Task To use those attributes information to predict charges for new customers. Action Importing Dataset import pandas as pd file_name = “https://raw.githubusercontent.com/rajeevratan84/datascienceforbusiness/master/insurance.csv"
insurance = pd.read_csv(file_name)