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

CLN: remove unused coerce arg in NDFrame._convert #38151

Merged

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jbrockmendel jbrockmendel reopened this Nov 29, 2020
@@ -251,7 +251,7 @@ def make_dtnat_arr(n, nnat=None):
df = DataFrame(dict(a=s1, b=s2))
df.to_csv(pth, chunksize=chunksize)

recons = self.read_csv(pth)._convert(datetime=True, coerce=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting we must have removed all the internal uses of _convert (or we should)

@jreback jreback added Dtype Conversions Unexpected or buggy dtype conversions Refactor Internal refactoring of code labels Nov 29, 2020
@jreback jreback added this to the 1.2 milestone Nov 29, 2020
@jreback
Copy link
Contributor

jreback commented Nov 29, 2020

lgtm ping on greenish

@jbrockmendel
Copy link
Member Author

ping

@jreback jreback merged commit 3f51060 into pandas-dev:master Nov 29, 2020
@jbrockmendel jbrockmendel deleted the cln-soft_convert_objects-no-coerce branch November 29, 2020 22:03
jbrockmendel added a commit to jbrockmendel/pandas that referenced this pull request Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants