Created
March 31, 2021 21:05
-
-
Save samirsaci/6dbecae9135ef2f3c1e9bb0353f72ba5 to your computer and use it in GitHub Desktop.
Import Lib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| # Import | |
| df = pd.read_excel('In/' + '1-2017.xlsx') | |
| print("{:,} order lines for {:,} orders".format(len(df), df.ORDER_NUMBER.nunique())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment