Skip to content

Commit 57fa49b

Browse files
authored
Update get.py
1 parent a51823f commit 57fa49b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

braininventory/get.py

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

101101
return report
102102

103+
def __get_project(df):
104+
return df['project'].value_counts().to_dict()

0 commit comments

Comments
 (0)