Learn practical skills, build real-world projects, and advance your career

Importing Libraries

import jovian
jovian.commit()
[jovian] Attempting to save notebook..
import pandas as pd
import numpy as np

Load the Data

df=pd.read_csv(r"Country-data.csv")