-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
combine_first changes datatype #28613
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
@mroeschke I would like to work on this issue. Is this issue suitable for 1st time contributors and if so, could I get more more details on the problem and suggestions on how to fix the issue? |
We have a |
This looks fixed on master. Could use a test
|
@mroeschke I would like to work on it. Though this would be my first contribution. Can you suggest how to go about doing this? |
@mroeschke Hi, does this make any sense? I have little understanding on what is acceptable test. If this is correct, then I can
|
Problem description
The combine_first changes the datatype of the the column C to float64 from int64. Is this
an expected behavior
Output of
pd.show_versions()
pandas : 0.25.0
numpy : 1.16.2
pytz : 2018.7
dateutil : 2.7.5
pip : 18.1
setuptools : 40.6.3
Cython : 0.29.2
pytest : 4.0.2
hypothesis : None
sphinx : 1.8.2
blosc : None
feather : 0.4.0
xlsxwriter : 1.1.2
lxml.etree : 4.2.5
html5lib : 1.0.1
pymysql : None
psycopg2 : 2.8.3 (dt dec pq3 ext lo64)
jinja2 : 2.10
IPython : 7.2.0
pandas_datareader: None
bs4 : 4.6.3
bottleneck : 1.2.1
fastparquet : None
gcsfs : None
lxml.etree : 4.2.5
matplotlib : 3.0.2
numexpr : 2.6.8
odfpy : None
openpyxl : 2.5.12
pandas_gbq : None
pyarrow : 0.13.0
pytables : None
s3fs : None
scipy : 1.1.0
sqlalchemy : 1.2.15
tables : 3.4.4
xarray : None
xlrd : 1.0.0
xlwt : 1.3.0
xlsxwriter : 1.1.2
The text was updated successfully, but these errors were encountered: