Untitled
unknown
plain_text
2 years ago
94 B
4
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))