Skip to content

qcut: Option to return -inf/inf as lower/upper bound #4

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

Open
wants to merge 1,226 commits into
base: master
Choose a base branch
from

Conversation

dberenbaum
Copy link
Owner

TomAugspurger and others added 30 commits December 21, 2018 12:11
* CLN: post-post numpy bumpy

* Lint
datapythonista and others added 30 commits January 10, 2019 11:00
* do freq validation in DTA.__init__

* troubleshoot parquet fail

* troubleshoot feather

* troubleshoot pyarrow fail
…v#24723)

* TimedeltaArray freq validation without _from_sequence
Python 3.6+ changes the default encoding to
UTF8 (PEP 529), which conflicts with the
encoding of Windows (MBCS).

This fix checks if we're using Python 3.6+
and on Windows, after which we force the
encoding to "mbcs".

Closes pandas-devgh-15086.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qcut: Option to return -inf/inf as lower/upper bound