Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

10 minutes to pandas

//first thing you need to know how it can be write
df  = pd.read_csv("test.cvs)
df.head() # head() function is to show first 4 rows of your dataset
// through this syntax you can see output of your csv file just like excel file.
 
PREVIOUS NEXT
Tagged: #minutes #pandas
ADD COMMENT
Topic
Name
7+4 =