transform_required_format.Rd
This function applies transformations to the queried data. Users should override this function to perform any necessary data transformations specific to their application.
transform_required_format(data)
A data frame containing the raw query results.
A data frame with transformed data.