To get customdata displayed correctly, define it as follows:
customdata = np.stack( (df['ProductionOrder'], df['FinishDate']), axis=-1)
To get customdata displayed correctly, define it as follows:
customdata = np.stack( (df['ProductionOrder'], df['FinishDate']), axis=-1)