Python script custom return types
For example, I am trying to return a pandas data frame and it is actually returning a json array. Also when trying to return a sqlalchemy engine it just returns a string as if you tried to print the engine. Thank you