
Some bad countries will raise exceptions because some edge cases break theĪdded option to () to return a DataFrame rather than a Series ( GH8428)Īdded option to df.info(null_counts=None|True|False) to override the default display options and force showing of the null-counts ( GH8701) In prior versions, the error messagesĭidn’t look at the World Bank’s JSON response. On an errors argument, as well as a list of hard-coded country codes and World Bank data requests now will warn/raise based
#KLIB READ SYNCHRONIZATION ISO#
Raise errors in certain aggregation cases where an argument such as numeric_only is not handled ( GH8592).Īdded support for 3-character ISO and non-standard country codes in :func: io.wb.download() ( GH8482) Qualify memory usage in () by adding + if it is a lower bound ( GH8578) memory_usage ( index = True ) Out: Index 11020 A 8000 dtype: int64Īdded Index properties is_monotonic_increasing and is_monotonic_decreasing ( GH8680).Īdded option to select columns when importing Stata files ( GH7935) To keep the previous behaviour, you can doĭel ( GH8614). Previous versions, plotting an array of datetime64 values will have resulted This is activated once pandas is imported. pandas now also registers the datetime64 dtype in matplotlib’s units registry.

See the Options documentation in Remote Data


In : from pandas.io.data import Options In : aapl = Options ( 'aapl', 'yahoo' ) In : aapl.
