@emma_s , here is what you asked:
type(df_cmp) :
pyspark.sql.classic.dataframe.DataFrame
df_cmp.describe():
DataFrame[
run_summary: string,
entity_id: string,
location_id: string,
category_id: string,
elasticity_value: string,
demand_forecast: string,
execution_flag: string,
execution_status: string,
elasticity_diff: string,
elasticity_rel_diff: string,
elasticity_diff_signed: string,
forecast_diff: string,
forecast_rel_diff: string
]
Image of some values:

Why the "dt" value is not shown when using the describe method?