machine-learning-1-practical
In [4]:
from IPython.display import Image
from IPython.core.display import HTML
from IPython.display import IFrame
In [21]:
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
import os
In [22]:
pwd
Out[22]:
In [41]:
os.listdir('F:/python for data science and machine learning/machine-learning-1')
Out[41]:
In [48]:
data = pd.read_csv('death .csv') # attemtion death ke baad file me space tha phir csv isliye read nhi ho rhi thi
data.head()
Out[48]:
In [ ]:
In [ ]:
Comments
Post a Comment