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 3e01c9a commit bfa6a2bCopy full SHA for bfa6a2b
braininventory/get.py
@@ -72,10 +72,10 @@ def __get_locations(df):
72
return df['locations'].value_counts().to_dict()
73
74
def __get_contributors(df):
75
-"""
76
-returns an array of contributor names
+ """
+ This returns an array of contributor names from the contributorname column.
77
"""
78
- return df['contributorname'].unique()
+ return df['contributorname'].unique()
79
80
81
def report():
0 commit comments