Data table transformations
/The following items are a collection of data table transformation code examples.
- Pivot
- Unpivot
- See post by rgablejr: https://community.tibco.com/questions/how-create-unpivotted-table-iron-python
- Insert columns
- Insert rows
- Change column names
- Change data types
- See the "fixed" portion of william.campoli's 2nd post: https://community.tibco.com/questions/spotfire-change-datatype-column-datatable-ironpython
- Data function
- Exclude columns
Other useful examples
- Add columns dynamically
- Add in rows for missing data