Skip to content

Index format #2409

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

Merged
merged 2 commits into from
Dec 3, 2012
Merged

Index format #2409

merged 2 commits into from
Dec 3, 2012

Conversation

changhiskhan
Copy link
Contributor

e.g., formatters={'index' : }

changhiskhan pushed a commit that referenced this pull request Dec 3, 2012
@changhiskhan changhiskhan merged commit 029d12d into pandas-dev:master Dec 3, 2012
@changhiskhan
Copy link
Contributor Author

Py3 failures are from parser and panel4d tests.

@jreback
Copy link
Contributor

jreback commented Dec 3, 2012

how do I run py3 tests?

On Dec 3, 2012, at 9:28 AM, Chang She [email protected] wrote:

Py3 failures are from parser and panel4d tests.


Reply to this email directly or view it on GitHub.

@changhiskhan
Copy link
Contributor Author

check on travis-ci.org
You have to sign up and enable to tests, then anything you push to your fork and also PRs will be automatically tested. Github has hooks for it so under PRs there's usually a "merge status" thing (e.g., #2409)

@jreback
Copy link
Contributor

jreback commented Dec 3, 2012

I have a new PR that may fix the py3 issues (PR #2407)....if this is testing for unicode on the str then it would

@changhiskhan
Copy link
Contributor Author

ok I pushed your branch into my fork so it'll run on travis

status: https://travis-ci.org/changhiskhan/pandas/builds/3477163

@jreback
Copy link
Contributor

jreback commented Dec 3, 2012

can you try this commit on travis.....I think this should fix it (had to add boolean comparison methods to panel).....
panel > 0 was not doing the right thing (now returns a panel with booleans as it should)
32b3732

@changhiskhan
Copy link
Contributor Author

Does it align unequal sized input?

@jreback
Copy link
Contributor

jreback commented Dec 3, 2012

unfortunately no didn't write align
comparisons accepts scalars and same indexed objs, lower dim objects case remains

new commit...
3818d01

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.

2 participants