lisa: Fix pl.LazyFrame.rename() uses
FIX The new column names must not already exist in the LazyFrame, otherwise a duplicated column error will arise later on. Fix that issue by dropping any column that we plan on creating with the rename operation prior to the rename.
parent
f02907ce
Loading
Loading
Pipeline
#27306
passed
with stages
in
53 minutes and 11 seconds
Loading
Please register or sign in to comment