Jump to content

How to use ChangeDataTypeTransformation()?


Santiago Villa Cardenas

Recommended Posts

I am currently attempting to programmatically perform a data type transformation but I am having problems with the implementation of the function. This is the documentation:

public ChangeDataTypeTransformation(

IEnumerable<DataColumnSignature> columns,

DataType newDataType

)

How does this apply to python and how to pass the parameters? Specially the columns parameter which is requiring me to pass a IEnumerable type but not sure how this applies to python.

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...