Untitled
unknown
plain_text
a year ago
94 B
3
Indexable
import pandas as pd df_stock = pd.read_csv('/dataset/phone_stock.csv') print(df_stock.head(5))
Editor is loading...
Leave a Comment
import pandas as pd df_stock = pd.read_csv('/dataset/phone_stock.csv') print(df_stock.head(5))