Private
Public Access
1
0
This commit is contained in:
2025-10-06 22:13:29 +02:00
parent 69901ca3b1
commit f04351047f
2 changed files with 5 additions and 0 deletions

View File

@@ -2456,6 +2456,11 @@ def dataplep(rowdatadf, id=0, inboard=0.88, forceunit='lbs', bands=True, barchar
)
if 'Check' in df.columns:
# rename column to check_factor
df = df.rename({'Check': 'check_factor'})
if 'check_factor' not in df.columns:
data = data.with_columns(
check_factor = pl.lit(0.0),

Binary file not shown.