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