Skip to content

Commit

Permalink
cohorts solved
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Dec 17, 2024
1 parent cf2c954 commit 03ea8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cohorts_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def generate(dict_properties, list_of_headers):
arrayofkdvs.append(kdv)
if kd not in arrayofkdvs:
value_dict[kd]=[]
if value_dict[kd]=={}:
value_dict[kd]=[]
value_dict[kd].append(dicty)
n+=1

Expand Down

0 comments on commit 03ea8c1

Please sign in to comment.