Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- df_sales = pd.read_csv("data_analytics_sales.csv", parse_dates = ['TransactionDate'], low_memory=False,converters={'SapExtendedValue': decimal.Decimal})
- df_sales.head()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement