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

DEPR: deprecate cols / change to columns in to_csv / to_excel #6645

Closed
jreback opened this issue Mar 15, 2014 · 5 comments
Closed

DEPR: deprecate cols / change to columns in to_csv / to_excel #6645

jreback opened this issue Mar 15, 2014 · 5 comments
Labels
Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Mar 15, 2014

related is #6581

@jreback jreback added this to the 0.14.0 milestone Mar 15, 2014
@jreback
Copy link
Contributor Author

jreback commented Mar 15, 2014

cc @jsexauer

@jsexauer
Copy link
Contributor

I'm trying to convert this issue into a PR using the API:

URI: https://api.github.com/repos/pydata/pandas/pulls
POST Payload: {"head": "jsexauer:fix6645", "base": "master", "issue":"6645"}
Response:

{
  "message": "Validation Failed",
  "documentation_url": "http://developer.github.com/v3/pulls/#create-a-pull-request",
  "errors": [
    {
      "resource": "PullRequest",
      "field": "issue",
      "code": "unauthorized"
    }
  ]
}

I've done this before successfully but now it says I'm unauthorized. Any idea why this may be?

@jreback
Copy link
Contributor Author

jreback commented Mar 22, 2014

never tried using the API
I just go to the branch an pull it on the website

@jsexauer
Copy link
Contributor

But won't that create a new issue number?

@jreback
Copy link
Contributor Author

jreback commented Mar 22, 2014

yep
you want to do that
the pr will then close this issue

jsexauer added a commit to jsexauer/pandas that referenced this issue Mar 24, 2014
…Use decorator. Update docs and unit tests. [fix pandas-dev#6645, fix#6680]
jsexauer added a commit to jsexauer/pandas that referenced this issue Mar 25, 2014
…Use decorator. Update docs and unit tests. [fix pandas-dev#6645, fix#6680]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
2 participants