File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __ The current version of RegCensusAPI is only compatible with Python 3.6 and newer.__
1+ _ The current version of RegCensusAPI is only compatible with Python 3.6 and newer._
22
33# RegCensus API
44
Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ def get_series(seriesID=''):
166166
167167def get_agencies (jurisdictionID ):
168168 """
169- Get metadata for all or one specific agency
169+ Get metadata for all agencies of a specific jurisdiction
170170
171- Args: agencyID (optional) : ID for the agency
171+ Args: jurisdictionID : ID for the jurisdiction
172172
173173 Returns: pandas dataframe with the metadata
174174 """
@@ -265,6 +265,8 @@ def list_series():
265265
266266def list_agencies (jurisdictionID ):
267267 """
268+ Args: jurisdictionID: ID for the jurisdiction
269+
268270 Returns: dictionary containing names of agencies and associated IDs
269271 """
270272 json = requests .get (
You can’t perform that action at this time.
0 commit comments