-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Merge Using Index Name Produces Incorrect Result #24212
Comments
Hmm yea that does look strange. Investigation and PRs are always welcome! |
WillAyd
changed the title
Possible bug in pandas.DataFrame.merge version 0.23.4
Merge Using Index Name Produces Incorrect Result
Dec 11, 2018
4 tasks
@JustinZhengBC if you're interested in taking another look. #24733 has a new regression test for the behavior that broke with #24733. |
Yeah I'll take a look at the new issue |
Closed by #24916 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
The index of the 1st row should be 11 but it's producing a wrong value of 33 right now.
The following 2 permutations of parameters produce correct results:
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.5.final.0
python-bits: 64
OS: Linux
OS-release: 3.10.0-514.6.1.el7.x86_64
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
pandas: 0.23.4
pytest: None
pip: 10.0.1
setuptools: 39.1.0
Cython: None
numpy: 1.15.1
scipy: 1.1.0
pyarrow: None
xarray: None
IPython: 6.5.0
sphinx: None
patsy: None
dateutil: 2.7.3
pytz: 2018.5
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 2.2.3
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 1.0.1
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: