-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Deprecate is copy in take #28684
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
chrisstpierre
wants to merge
434
commits into
pandas-dev:0.25.x
from
chrisstpierre:deprecate_is_copy_in_take
Closed
Deprecate is copy in take #28684
chrisstpierre
wants to merge
434
commits into
pandas-dev:0.25.x
from
chrisstpierre:deprecate_is_copy_in_take
Conversation
This file contains hidden or 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
…t error message (pandas-dev#27933) * Fixes issue pandas-dev#13628 * Fixes issue pandas-dev#13628 fix * isort Fixes pandas-dev#13628 * move to 1.0
* TST: xfail on 37, win Closes pandas-dev#27902
…27882) * Importing lzma when Python has been compiled without its support will raise a warning. Substituted import lzma for helper function.
* BUG: Help python csv engine read binary buffers The file buffer given to read_csv could have been opened in binary mode, but the python csv reader errors on binary buffers. closes pandas-dev#23779
* CLN: missing boilerplate in Sparse op
* BUG: _can_use_numexpr did not handle Series case correctly
* TST: fix flaky xfail
* BUG: TimedeltaArray - Index result.name * change assert to TypeErrror
…27912) * REF: implement should_extension_dispatch
…s-dev#27664) * added a check for if obj is instance of type in _isna-new
…5.0 (pandas-dev#27993) * Fix issue 27686
* BUG: rfloordiv with fill_value, pandas-dev#27464, pandas-dev#26793
* DOC: Corrected file description in read_fwf()
* Added test coverage for observed=False with ops * Fixed issue with observed=False and nth
* DataFrame html repr: also follow min_rows setting * add whatsnew
…#28059) * Restore change in datetime like
* whatsnew * 🐛🔧 * BUG: convert datetime.timedelta to nanoseconds to fix (pandas-dev#28098) * BUG: mergeasof() now accepts datetime.timedelta as tolerance kwarg (pandas-dev#28098) * BUG: mergeasof() now accepts datetime.timedelta as tolerance kwarg (pandas-dev#28098) * BUG: mergeasof() now accepts datetime.timedelta as tolerance kwarg (pandas-dev#28098) * BUG: mergeasof() now accepts datetime.timedelta as tolerance kwarg (pandas-dev#28098) * don't change this file * CLN: sort imports * BUG: (pandas-dev#28098) changes * BUG (pandas-dev#28098) some more changes * update whatsnew * BUG: pass timedelta and datetime.timedelta to timedelta
A web search for "DataFrame from CSV" leads to https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.from_csv.html which is currently a 404, since DataFrame.from_csv was removed. Redirect it to read_csv. Co-authored-by: Joris Van den Bossche <[email protected]>
this cannot be against 0.25x |
@chrisstpierre thanks for the PR. As mentioned though this will need to target master and not the Certainly appreciate the contribution though and can look in more detail when targeting master |
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.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff