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
I have just started using the 1.0 release and just realised that the pandas.core.algorithms.match function has been removed. I did some investigating and found it was first discussed here
I was often using this function and found it very useful. I'm not sure why it was removed (if there is a better way to do what it is doing I would love to know), otherwise in the first link @jorisvandenbossche said
"If someone uses it, sees the removal message, they can always complain that it was useful and we can think about how to publicly expose it (I don't think core.algorithms should be that place)."
so this is me complaining and saying it was useful.
Expected Output
Output of pd.show_versions()
[paste the output of pd.show_versions() here below this line]
pd.show_versions()
INSTALLED VERSIONS
commit : None
python : 3.6.10.final.0
python-bits : 64
OS : Linux
OS-release : 4.15.0-76-generic
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
To help you find an alternative, can you tell us what dtypes you are working with, and how big the to_match and values arrays you work with are (ballpark)?
Discussed briefly in #32415 and the answer appears to be "yes". Closing, can re-open if you want to discuss alternatives (see question from my previous comment)
Code Sample, a copy-pastable example if possible
Problem description
I have just started using the 1.0 release and just realised that the
pandas.core.algorithms.match
function has been removed. I did some investigating and found it was first discussed here#15538
and then finally removed here
#29249
I was often using this function and found it very useful. I'm not sure why it was removed (if there is a better way to do what it is doing I would love to know), otherwise in the first link @jorisvandenbossche said
so this is me complaining and saying it was useful.
Expected Output
Output of
pd.show_versions()
[paste the output of
pd.show_versions()
here below this line]INSTALLED VERSIONS
commit : None
python : 3.6.10.final.0
python-bits : 64
OS : Linux
OS-release : 4.15.0-76-generic
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.0.1
numpy : 1.18.1
pytz : 2019.3
dateutil : 2.8.1
pip : 20.0.2
setuptools : 45.2.0
Cython : None
pytest : 5.3.5
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 5.3.5
pyxlsb : None
s3fs : None
scipy : 1.4.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
The text was updated successfully, but these errors were encountered: