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: doc/source/whatsnew/v0.15.1.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ users upgrade to this version.
19
19
20
20
API changes
21
21
~~~~~~~~~~~
22
+
22
23
- ``groupby`` with ``as_index=False`` will not add erroneous extra columns to
23
24
result (:issue:`8582`):
24
25
@@ -74,12 +75,13 @@ Enhancements
74
75
~~~~~~~~~~~~
75
76
76
77
- Added option to select columns when importing Stata files (:issue:`7935`)
77
-
78
78
- Qualify memory usage in ``DataFrame.info()`` by adding ``+`` if it is a lower bound (:issue:`8578`)
79
-
80
79
- Raise errors in certain aggregation cases where an argument such as ``numeric_only`` is not handled (:issue:`8592`).
81
80
82
81
82
+
- Added support for 3-character ISO and non-standard country codes in :func:``io.wb.download()`` (:issue:`8482`)
83
+
- :ref:`World Bank data requests <remote_data.wb>` now will warn/raise based on an ``errors`` argument, as well as a list of hard-coded country codes and the World Bank's JSON response. In prior versions, the error messages didn't look at the World Bank's JSON response. Problem-inducing input were simply dropped prior to the request. The issue was that many good countries were cropped in the hard-coded approach. All countries will work now, but some bad countries will raise exceptions because some edge cases break the entire response.
0 commit comments