I have a sklearn python model that takes in a pandas dataframe. I do some data transformations like dropping columns and filling missing values before inference. I have to serialize my model and do predictions in a .net application. I havent found a way to take in Json data(.net side) and serialize all dataframe operations like dropping certain columns in the serialized model. Is it even possibile to have a full pipeline with pandas operations serialized to onnx?