We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242e79 commit 498c4abCopy full SHA for 498c4ab
1 file changed
src/mindlogger_data_export/outputs.py
@@ -504,6 +504,7 @@ def _prepare_activity_columns(
504
pl.col(original_response_col)
505
.cast(pl.Utf8)
506
.str.extract(r"^(\d+)", 1)
507
+ .cast(pl.Float64)
508
.cast(pl.Int64)
509
)
510
.otherwise(pl.col(col) + 1)
0 commit comments