Skip to content

Commit 3e01c9a

Browse files
authored
Update get.py
1 parent a51823f commit 3e01c9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

braininventory/get.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ def __get_technique(df):
7070

7171
def __get_locations(df):
7272
return df['locations'].value_counts().to_dict()
73+
74+
def __get_contributors(df):
75+
"""
76+
returns an array of contributor names
77+
"""
78+
return df['contributorname'].unique()
79+
7380

7481
def report():
7582
# Get today's date

0 commit comments

Comments
 (0)