Untitled
unknown
plain_text
2 years ago
107 B
6
Indexable
import pandas as pd
df = pd.read_csv('/datasets/web_anayltics_data.csv')
df.head(10)# write your code hereEditor is loading...
Leave a Comment
import pandas as pd
df = pd.read_csv('/datasets/web_anayltics_data.csv')
df.head(10)# write your code here