Skip to content
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

updating my own fork with up-to-date changes from master #1

Merged
merged 1,227 commits into from
Aug 23, 2015

Conversation

den-run-ai
Copy link
Owner

No description provided.

jreback and others added 30 commits July 18, 2015 07:20
…a-with-dtype-args

Fixed bug where read_csv ignores dtype arg if input is empty.
BUG: GH9618 in read_msgpack where DataFrame has duplicate column names
ENH: add StataReader context manager to ensure closing of the path
DOC 9798: Fixed link and examples formatting

Fixed for PEP8 compliance
BUG: pd.eval with numexpr engine coerces 1 element numpy array to scalar
PERF: Improve perf of to_datetime with ISO format
    When calling `get_bucket`, boto will by default try to establish that the S3 bucket exists by listing all of the keys that exist in it. This behavior is controlled by the "validate" keyword, which defaults to True. If your access key doesn't have permission to read everything in a bucket (even if you do have permission to read the file you're trying to access), this generates an uninformative exception. This PR sets "validate=False". This means that boto will trust you that the bucket exists, and not try to check immediately. If the bucket actually doesn't exist, the `get_contents_as_string` call a couple of lines later will generate the exception "S3ResponseError: S3ResponseError: 404 Not Found".

    One of the test cases expected a failure when reading the file "s3://cant_get_it/tips.csv"; with the changes in this PR, this file is now accessible.
Fixed typo in _convert_to_ndarrays

Added tests for typo fix
CLN: Remove duplicate implementations of bind_method; typo in compat
DOC: 9789 Added missing letter, fixed link and Examples formatting.
TST: windows compat for testing / msgpack
ENH/BUG: color cannot be applied to line subplots
jreback and others added 27 commits August 20, 2015 14:25
…el-writing

COMPAT: Allow multi-indexes to be written to excel
DEPR: iterkv change Deprecation to FutureWarning
DOC: clarify purpose of DataFrame.from_csv (GH4191)
DOC: limit error traceback to one line for expected exceptions (GH10715)
BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833
…#10844

Added an index orient option for DataFrame.to_dict method.

Updated tests with index option.
PERF: uses bincount instead of hash table in categorical value counts
…xt-update

DOC: update ipython sphinxext for IPython 4.0
ERR/DEPR: Fix quantile error message / remove percentile_width
den-run-ai pushed a commit that referenced this pull request Aug 23, 2015
updating my own fork with up-to-date changes from master
@den-run-ai den-run-ai merged commit 44e7e44 into den-run-ai:master Aug 23, 2015
den-run-ai added a commit that referenced this pull request Aug 31, 2015
…rds compatible changes to add new_x as input
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.