Skip to content

Tiny str() fix, pandas/stats/ols.py #1837

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
wants to merge 1 commit into from
Closed

Tiny str() fix, pandas/stats/ols.py #1837

wants to merge 1 commit into from

Conversation

lenolib
Copy link
Contributor

@lenolib lenolib commented Sep 4, 2012

Fix for unexpected behaviour (TypeError: not all arguments converted during string formatting) if c is a tuple, as it can be when having collapsed the multiindex columns like df_with_tuple_columns = df_with_multiindex.columns.tolist()

Fix for unexpected behaviour if c is a tuple, as it can be when having set df_with_multiindex.columns  =df_with_multiindex.columns.tolist()
wesm added a commit that referenced this pull request Sep 8, 2012
@wesm
Copy link
Member

wesm commented Sep 8, 2012

Thanks. I added a unit test

@wesm wesm closed this Sep 8, 2012
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