Home
Explore
Community
Sign in
# Start writing code here...
import
pandas
as
pd
import
numpy
as
np
df
=
pd
.
read_csv
(
'file1'
)
df
.
head
(
)