Untitled
unknown
plain_text
a year ago
107 B
5
Indexable
import pandas as pd df = pd.read_csv('/datasets/web_anayltics_data.csv') df.head(10)# write your code here
Editor 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