Closed
Description
Since pandas
0.13 Series
and DataFrames
do not inherit from ndarray
anymore. Some isinstance
checks of matplotlib
thus fail. E.g. hist()
: pandas-dev/pandas#6127
8000
Since pandas
0.13 Series
and DataFrames
do not inherit from ndarray
anymore. Some isinstance
checks of matplotlib
thus fail. E.g. hist()
: pandas-dev/pandas#6127