Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove NotImplementedError for parse_dates keyword in read_excel #14326
Conversation
grahamjeffries
and others
added some commits
Jan 15, 2016
jorisvandenbossche
added the
IO Excel
label
Sep 30, 2016
jorisvandenbossche
added this to the
0.19.0
milestone
Sep 30, 2016
jorisvandenbossche
referenced
this pull request
Sep 30, 2016
Closed
remove read_excel keyword NotImplemented error, update documentation #11544 #12051
| + | ||
| + read_excel('path_to_file.xls', 'Sheet1', parse_dates=['date_strings']) | ||
| + | ||
| +So this should *not* be used when the column in excel has already a datetime-like |
jreback
Sep 30, 2016
Contributor
small nit. I would the last part to the first paragraph you added.
somethings like. normally dates are automatically parsed. But if you have a column of 'strings' that look-like dates, you can use the parse_dates kw.
|
lgtm. |
jorisvandenbossche
added some commits
Sep 30, 2016
|
Apparently it does not work out of the box anymore by re-enabling it (probably due to changes in |
jorisvandenbossche
modified the milestone: 0.19.1, 0.19.0, 0.20.0
Sep 30, 2016
|
@jorisvandenbossche let's update and get this in. |
|
@jorisvandenbossche can you update |
|
@jorisvandenbossche can you rebase |
jreback
added a commit
to jreback/pandas
that referenced
this pull request
Mar 27, 2017
|
|
jorisvandenbossche + jreback |
10d8c40
|
jreback
closed this
Mar 27, 2017
jreback
referenced
this pull request
Mar 27, 2017
Closed
Remove NotImplementedError for parse_dates keyword in read_excel #15820
jreback
added a commit
that referenced
this pull request
Mar 27, 2017
|
|
grahamjeffries + jreback |
b36a461
|
jreback
added a commit
that referenced
this pull request
Mar 27, 2017
|
|
grahamjeffries + jreback |
7e43c78
|
mattip
added a commit
to mattip/pandas
that referenced
this pull request
Apr 3, 2017
|
|
grahamjeffries + mattip |
40b4e24
|
linebp
added a commit
to linebp/pandas
that referenced
this pull request
Apr 17, 2017
|
|
grahamjeffries + linebp |
083f451
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jorisvandenbossche commentedSep 30, 2016
Rebase and update of PR pydata#12051