Skip to content

Commit cb2615e

Browse files
authored
Update setup.py
1 parent a51823f commit cb2615e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@
2020
],
2121
python_requires=">=3.6",
2222
)
23+
24+
def __get_awards(df):
25+
return df['award_number'].unique()
26+
27+
awards = __get_awards(df)
28+
print(awards)

0 commit comments

Comments
 (0)