sakshamv30 / GetSetFOSS_ML

This repository is dedicated to the introduction to the python libraries used for machine learning and scientific computing.
3 stars 15 forks source link

assign the csv file to a new variable and also implement further functions #8

Closed sakshamv30 closed 4 years ago

sakshamv30 commented 4 years ago

assign the csv file to a new variable and also implement further functions 1)assign a variable name article_read to csv read file. 2)use head(),tail() and sample() functions

sakshamv30 commented 4 years ago

Completed