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