Uploaded by dazai2826

DATA LOADING

advertisement
DATA LOADING
Submitted To
Prof. Chethana Arunpatil
What are we gonna learn :
What is Data Loading?
How Data Loading Work ?
Uses of Data Loading
Data Loading
Data loading is the process of copying and loading data or data sets from a source file,
folder or application to a database or similar application. It is usually implemented by
copying digital data from a source and pasting or loading the data to a data storage or
processing utility.
d3 = pd.read_csv(filename)
print(d3.dtypes)
d3.head()
Output:
Uses :
Read
Write
Load
Append
ANY QUESTION ?
Thank you
!!!
Download