-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
array_equivalent has disappeared from pandas.core.common in version 0.19, is this a mistake? #14555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you can import it from |
Well, there are two aspect about this: First, that we didn't add a deprecation warning for Secondly about the fact that we currently don't plan to make this public (opposed to other functions in |
|
@tomspur yes, we are aware of that (and I forgot to remove it from the docs for the 0.19.0 release) |
This functionality should actually be rather available from numpy. The problem is, however, that
https://docs.scipy.org/doc/numpy/reference/generated/numpy.allclose.html We can probably recommend that as alternative |
i don't think that handles object dtypes (with or w/o nans) |
Ah, yes, and also no datetime64 values. OK, clearly not a full replacement |
See discussion in pandas-dev/pandas#14555.
Is this actionable? Closeable? |
The |
A small, complete example of the issue
Expected Output
Output of
pd.show_versions()
pandas: 0.19.0
nose: 1.3.7
pip: 8.1.2
setuptools: 23.0.0
Cython: 0.24.1
numpy: 1.11.1
scipy: 0.17.1
statsmodels: 0.6.1
xarray: None
IPython: 4.1.2
sphinx: 1.3.5
patsy: 0.4.0
dateutil: 2.5.1
pytz: 2016.2
blosc: None
bottleneck: 1.0.0
tables: 3.2.2
numexpr: 2.6.1
matplotlib: 1.5.1
openpyxl: 2.3.2
xlrd: 0.9.4
xlwt: 1.0.0
xlsxwriter: 0.8.4
lxml: 3.6.0
bs4: 4.4.1
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: 1.0.12
pymysql: None
psycopg2: None
jinja2: 2.8
boto: 2.39.0
pandas_datareader: None
The text was updated successfully, but these errors were encountered: