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 a51823f commit 57fa49bCopy full SHA for 57fa49b
braininventory/get.py
@@ -100,3 +100,5 @@ def report():
100
101
return report
102
103
+def __get_project(df):
104
+ return df['project'].value_counts().to_dict()
0 commit comments