You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: braininventory/get.py
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ def today():
58
58
else:
59
59
print("Error: Failed to fetch JSON data")
60
60
returnpd.DataFrame()
61
-
61
+
62
+
62
63
def__clean_affiliations(df):
63
64
# Need to combine the universities so the pie chart shows a single university's total samples under the same area.
64
65
# right now there is one area of the pie chart that says 'Allen Institute for Brain Science' and 'Allen Instititute for Brain Science ' (with a space!)
@@ -101,7 +102,7 @@ def __clean_affiliations(df):
101
102
delaffiliations["University of California, Los Angeles (UCLA)"]
0 commit comments