Good changes
This commit is contained in:
parent
80a5a2a774
commit
791bc6976b
24 changed files with 890 additions and 312 deletions
|
|
@ -84,7 +84,7 @@ def main():
|
|||
& pl.col("_prev_rooms").is_not_null()
|
||||
& (pl.col("NUMBER_HABITABLE_ROOMS") != pl.col("_prev_rooms"))
|
||||
)
|
||||
.then(pl.lit("Remodeling"))
|
||||
.then(pl.lit("Remodelling"))
|
||||
.when(
|
||||
pl.col("TOTAL_FLOOR_AREA").is_not_null()
|
||||
& pl.col("_prev_area").is_not_null()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue