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 187596b commit 12a0893Copy full SHA for 12a0893
braininventory/get.py
@@ -165,7 +165,7 @@ def __get__percentage_of_metadata_version_1(df):
165
return len(df[df["metadata_version"] == 1]) / len(df)
166
167
168
-def __get__metadata_version_2(df):
+def __get__percentage_of_metadata_version_2(df):
169
170
"""
171
Get the percentage/ratio of metadata version 1 from all datasets
0 commit comments