Skip to content

Commit 20189d9

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

braininventory/get.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ def report():
9999
report['is_reachable'] = df['URL'].apply(__is_reachable)
100100

101101
return report
102+
def __get_project_names(df):
103+
return df['project'].unique()
104+
102105

0 commit comments

Comments
 (0)