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 | |
| from io import StringIO | |
| #data: | |
| #The column "No_SalesLine" holds the item code | |
| #The column "ShipmentDate_SalesLinie" holds the ship date, format DD.MM.YY | |
| #The column "SalesOrderAmount" holds the total item value | |
| #The first row holds the column headers | |
| DATA = '''No_SalesLine;ShipmentDate_SalesLine;SalesOrderAmount |