Forum Discussion

ryan's avatar
ryan
New Contributor
4 years ago

Changing data types in Script Snap: Python

I got my first script snap to run successfully, but would like to change data types in specific columns. I could do this with a mapper snap I guess but would like to see it in the Script snap if anyone has an example.

2 Replies

  • ryan's avatar
    ryan
    New Contributor

    @bojanvelevski Thank you, I got a script running with changes to datatypes right after I posted that. I was a little confused by the documentation but the standard python methods worked. I will definitely take a look at your example, the more I see the better. Thanks again.