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
**Release Status** - Current head of branch [`stable-1.x`](https://github.com/datacommonsorg/api-python/tree/stable-1.x)
10
+
11
+
New features added to the Python Client API
12
+
13
+
- Added two new functions `get_pop_obs` and `get_place_obs`
14
+
- SPARQL query is now supported as a function `query` instead of a class.
15
+
- Added documentation on how to provision an API key and provide it to the API
16
+
17
+
Bugs fixed in new release
18
+
19
+
- Fixed various typos and formatting issues in the documentation.
20
+
- If the index of the `pandas.Series` passed into functions such as `get_populations` and `get_observations` was not contiguous, then the assignment step would not properly align the values returned by calling the function. This is because the `pandas.Series` returned by the function would have a different index than the given series. This is fixed by assigning the index of the returned series to that of the given series.
0 commit comments