Skip to content
Commit 921e55cf authored by Douglas Raillard's avatar Douglas Raillard
Browse files

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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment