We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2615e commit 9d1c2b1Copy full SHA for 9d1c2b1
braininventory/get.py
@@ -100,3 +100,5 @@ def report():
100
101
return report
102
103
+def __get_awards(df):
104
+ return df['award_number'].unique()
0 commit comments