forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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: More permissive S3 reading
ENH/BUG: color cannot be applied to line subplots
Extended docs on numba
… improved unit tests
…me with unicode
…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)
API/WIP: .sorted
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.