Skip to content

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

Conversation

chrisstpierre
Copy link

TomAugspurger and others added 30 commits August 16, 2019 08:08
…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
* BUG: TimedeltaArray - Index result.name

* change assert to TypeErrror
…s-dev#27664)

* added a check for if obj is instance of type in _isna-new
* 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
jbrockmendel and others added 27 commits September 23, 2019 08:01
* 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]>
@jreback
Copy link
Contributor

jreback commented Sep 30, 2019

this cannot be against 0.25x

@WillAyd
Copy link
Member

WillAyd commented Oct 1, 2019

@chrisstpierre thanks for the PR. As mentioned though this will need to target master and not the 0.25.x branch. I think you'll need to open a new PR to do that, so closing this one as is.

Certainly appreciate the contribution though and can look in more detail when targeting master

@WillAyd WillAyd closed this Oct 1, 2019
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.