Skip to content

Commit 71e64e2

Browse files
authored
Update get.py
1 parent 20189d9 commit 71e64e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

braininventory/get.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ def report():
100100

101101
return report
102102
def __get_project_names(df):
103+
'''
104+
Gets the unique list of project names.
105+
106+
Input: dataframe
107+
Output: list
108+
'''
103109
return df['project'].unique()
104110

105111

0 commit comments

Comments
 (0)