https://github.com/nixtla logo
m

Mark

07/18/2023, 5:14 PM
Copy code
Y_rec_df = transform(Y_hat_df.reset_index(), 
                     fugueReoncile, 
                     params={},
                     schema=fugueSchema, 
                     partition={"by": "ds"}, 
                     engine=spark)