Gijs Segerink
Results
2
comments of
Gijs Segerink
I did a temp workaround to temporary save it as a parquet and reload the dataframe as soon as I want to apply a filter: df.Write() .Mode("overwrite") .Parquet($"xxx"); df.Unpersist(); df...
@microsoft-github-policy-service agree