Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created March 31, 2021 21:05
Show Gist options
  • Select an option

  • Save samirsaci/6dbecae9135ef2f3c1e9bb0353f72ba5 to your computer and use it in GitHub Desktop.

Select an option

Save samirsaci/6dbecae9135ef2f3c1e9bb0353f72ba5 to your computer and use it in GitHub Desktop.
Import Lib
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