-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Series(extension array) + extension array values addition cause runtime exception #22478
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
Labels
Milestone
Comments
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Aug 23, 2018
4 tasks
Thanks for the report. Yes, this is a know bug (#22325 (comment)), and fixed along the way in that linked PR. |
BTW, it is not because it are the values of itself, but a problem of |
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 16, 2018
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 16, 2018
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 17, 2018
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 17, 2018
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 18, 2018
peterpanmj
added a commit
to peterpanmj/pandas
that referenced
this issue
Sep 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Problem description
Extension array add itself cause problems
Expected Output
In [2]: s + s.values
Out[2]:
0 2
1 4
2 6
dtype: Int64
Output of
pd.show_versions()
pandas: 0.24.0.dev0+506.g2be2ba570
pytest: 3.7.1
pip: 9.0.1
setuptools: 38.4.0
Cython: 0.28.4
numpy: 1.14.0
scipy: 1.0.0
pyarrow: None
xarray: None
IPython: 6.2.1
sphinx: 1.6.7
patsy: 0.5.0
dateutil: 2.6.1
pytz: 2017.3
blosc: None
bottleneck: 1.2.1
tables: 3.4.2
numexpr: 2.6.4
feather: None
matplotlib: 2.1.2
openpyxl: 2.4.10
xlrd: 1.1.0
xlwt: 1.3.0
xlsxwriter: 1.0.2
lxml: 4.1.1
bs4: 4.6.0
html5lib: 1.0.1
sqlalchemy: 1.2.1
pymysql: 0.7.11.None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
gcsfs: None
The text was updated successfully, but these errors were encountered: