Summary
If you pass a pandas type to output schema, and return a pandas dataframe from my run function, the generated code will not be automatically encoded.
What do you expect
Azure ML will encode my output to json.
What actually happens
The service will report an error encoding the dataframe.