Skip to content

Commit 199ab1c

Browse files
committed
Bugfix: remove item column after multiselect pivot
1 parent e1023c1 commit 199ab1c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mindlogger-data-export"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [

src/mindlogger_data_export/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _pivot_multiselect(
9696
separator="_",
9797
)
9898
)
99-
.drop("item_option")
99+
.drop("item_option", "item")
100100
.pivot(
101101
on=["item_option_pivot"], values="response_present", sort_columns=True
102102
)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)