Spaces:
Sleeping
Sleeping
Geoffrey Kip
commited on
Commit
·
bdac52c
1
Parent(s):
ce1c273
Fix: Add country/state to analytics docstring
Browse files- modules/tools.py +1 -1
modules/tools.py
CHANGED
|
@@ -588,7 +588,7 @@ def get_study_analytics(
|
|
| 588 |
|
| 589 |
Args:
|
| 590 |
query (str): The search query to filter studies (e.g., "cancer").
|
| 591 |
-
group_by (str): The field to group by. Options: "phase", "status", "sponsor", "start_year", "condition".
|
| 592 |
phase (Optional[str]): Optional filter for phase (e.g., "PHASE2").
|
| 593 |
status (Optional[str]): Optional filter for status (e.g., "RECRUITING").
|
| 594 |
sponsor (Optional[str]): Optional filter for sponsor (e.g., "Pfizer").
|
|
|
|
| 588 |
|
| 589 |
Args:
|
| 590 |
query (str): The search query to filter studies (e.g., "cancer").
|
| 591 |
+
group_by (str): The field to group by. Options: "phase", "status", "sponsor", "start_year", "condition", "intervention", "country", "state".
|
| 592 |
phase (Optional[str]): Optional filter for phase (e.g., "PHASE2").
|
| 593 |
status (Optional[str]): Optional filter for status (e.g., "RECRUITING").
|
| 594 |
sponsor (Optional[str]): Optional filter for sponsor (e.g., "Pfizer").
|