v0.15.0#
Note
v0.15.0 is not yet released. This page reflects changes on the current
main branch that will eventually be a part of v0.15.0.
Bug fixes#
Fixed
fetch_diabetes_hospitalso thatas_frame=Falsereturns numpy arrays instead of raising. The data is now always fetched as a pandas DataFrame internally and converted to numpy when needed. The skipped tests and the obsoletetest_fetch_diabetes_hospital_as_ndarray_raises_value_errortest were removed: #1636 by Richard Ogundele.