-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: add names parameter to read_excel #12895
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
Conversation
names
parameter to read_excel
@@ -455,6 +455,14 @@ def test_read_one_empty_col_with_header(self): | |||
expected_header_zero = DataFrame(columns=[0], dtype='int64') | |||
tm.assert_frame_equal(actual_header_zero, expected_header_zero) | |||
|
|||
def test_set_column_names_in_parameter(self): | |||
excel = self.get_excelfile('testcolnameset') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the issue number here as a comment
Currently, set argument Example
|
Will remove test files |
this PR is about a single issue - don't add other things |
Hey may I ask what is going on with codecov/patch? It pops up some files I didn't touch at all. |
yeah, code cov was set a bit high. thanks for the PR! |
git diff upstream/master | flake8 --diff