Skip to content

BUG: various 32bit compat issues #15766

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

Closed
wants to merge 3 commits into from
Closed

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 21, 2017

closes #14866

xref #14183

@jreback jreback added 32bit 32-bit systems Bug Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions labels Mar 21, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 21, 2017
@codecov
Copy link

codecov bot commented Mar 21, 2017

Codecov Report

Merging #15766 into master will decrease coverage by 0.02%.
The diff coverage is 90.47%.

@@            Coverage Diff             @@
##           master   #15766      +/-   ##
==========================================
- Coverage   91.01%   90.99%   -0.03%     
==========================================
  Files         143      143              
  Lines       49371    49378       +7     
==========================================
- Hits        44937    44933       -4     
- Misses       4434     4445      +11
Impacted Files Coverage Δ
pandas/tools/tile.py 96.85% <100%> (ø) ⬆️
pandas/core/algorithms.py 94.25% <90%> (-0.26%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.86% <0%> (-0.1%) ⬇️
pandas/tseries/index.py 95.29% <0%> (-0.1%) ⬇️
pandas/core/common.py 91.3% <0%> (+0.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e753d7...93c03e3. Read the comment docs.

@jreback jreback closed this in aa9d0cf Mar 21, 2017
mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
closes pandas-dev#14866    xref pandas-dev#14183

Author: Jeff Reback <[email protected]>

Closes pandas-dev#15766 from jreback/32bit and squashes the following commits:

93c03e3 [Jeff Reback] BUG: 32bit compat for .get_indexer
4163918 [Jeff Reback] BUG: fix isin for 32bit platform issues
1bb2f60 [Jeff Reback] BUG: cut/qcut should always return int64 bins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
32bit 32-bit systems Bug Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

on 32bit -- Series is int64 but cut produces int32 series
1 participant