Azure / InferenceSchema

Schema decoration for inference code
MIT License
37 stars 13 forks source link

Fix issue with pandas column label types #43

Closed trangevi closed 3 years ago

trangevi commented 3 years ago

Using copy will maintain column label types. This would be seen as an issue primarily with dataframes that expect integer column labels.