Skip to content

Commit ca9fe31

Browse files
yamilbknsuCopilot
andauthored
Update demos/variables.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ebf5900 commit ca9fe31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demos/variables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ def married_before(persons):
624624
@orca.column("persons")
625625
def marital25(persons):
626626
p = persons.to_frame(columns=["MAR"])
627-
# print(persons.local.columns)
628627
return p.isin([2, 5]).astype(int)
629628

630629

0 commit comments

Comments
 (0)