Operations with petl: Basic Data Transformations

placeholder

“Software development often requires manipulation of data that has been extracted from different data sources to make it compatible with the user s specifications and requirements. petl s data transformation features can help achieve this.

In this course you ll investigate fundamental data transformations that can be performed using the petl library. You ll demonstrate how to load data into a petl table filter columns and combine multiple tables using different forms of concatenation operations.

Next you ll outline how to convert data in a petl table into a form that is compatible with your requirements. This includes transforming strings to numbers applying calculations to numeric fields and replacing specific values in the table.

Lastly you ll explore ways to filter content in petl tables using the facet() function and different select operations. “