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 57fa49b commit 0972c13Copy full SHA for 0972c13
braininventory/get.py
@@ -100,5 +100,5 @@ def report():
100
101
return report
102
103
-def __get_project(df):
104
- return df['project'].value_counts().to_dict()
+def __get_project(df):
+ return df['project'].value_counts().to_dict() #returns an int of the number of unique projects in the dataframe
0 commit comments