:wave: If I'm on spark, how do you cast the `utils...
# general
k
👋 If I'm on spark, how do you cast the
utilsforecast.compat.DataFrame
, back to spark DataFrame? I have linter and it prevents me from checking in code.
resolved, i just do forecasts_df = cast(DataFrame, forecasts_df)