Convert Units – ChatGPT
This is a component of the Examples application package.
This appllication example uses the power of ChatGPT to convert a list of mixed-length units of measure into meters. After conversion, the values are automatically sorted in descending order for easy analysis.
Perfect for cleaning and transforming datasets, the example shows how to send an input in form of a table with one column of original values and gets it returned with an additional column of converted values. While demonstrated here with length units, the same approach can be applied to many other data-cleaning and transformation tasks.