Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ERR: raise NotImplemented error if keywords are passed to read_excel which are not supported #11544
Comments
jreback
added Difficulty Novice Error Reporting IO Excel Effort Low
labels
Nov 7, 2015
jreback
added this to the
Next Major Release
milestone
Nov 7, 2015
grahamjeffries
referenced
this issue
Dec 19, 2015
Merged
raise NotImplemented for date parsing args in read_excel #11544 #11870
jreback
modified the milestone: 0.18.0, Next Major Release
Dec 19, 2015
jreback
closed this
in #11870
Dec 19, 2015
jreback
added a commit
that referenced
this issue
Dec 19, 2015
|
|
jreback |
a050a33
|
|
Did #11870 close this fully? There are not other keywords that also should raise? |
|
I think we need to change so let's reopen this one. |
jreback
reopened this
Dec 23, 2015
grahamjeffries
referenced
this issue
Jan 15, 2016
Closed
remove read_excel keyword NotImplemented error, update documentation #11544 #12051
jreback
modified the milestone: 0.18.1, 0.18.0
Feb 9, 2016
jreback
changed the title from
ERR: raise NotImplemented error if keywords are passed to ``read_excel`` which are not supported to ERR: raise NotImplemented error if keywords are passed to read_excel which are not supported
Mar 2, 2016
This was referenced Mar 21, 2016
jreback
modified the milestone: 0.18.2, 0.18.1
Apr 25, 2016
jorisvandenbossche
modified the milestone: 0.20.0, 0.19.0
Aug 21, 2016
jorisvandenbossche
added a commit
that referenced
this issue
Sep 30, 2016
|
|
grahamjeffries + jorisvandenbossche |
e3ec250
|
jorisvandenbossche
added a commit
that referenced
this issue
Sep 30, 2016
|
|
grahamjeffries + jorisvandenbossche |
0e10a9d
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Mar 27, 2017
|
|
jorisvandenbossche + jreback |
10d8c40
|
jreback
referenced
this issue
Mar 27, 2017
Closed
Remove NotImplementedError for parse_dates keyword in read_excel #15820
jreback
added a commit
that referenced
this issue
Mar 27, 2017
|
|
grahamjeffries + jreback |
b36a461
|
jreback
added a commit
that referenced
this issue
Mar 27, 2017
|
|
grahamjeffries + jreback |
7e43c78
|
jreback
closed this
in 1dab800
Mar 28, 2017
mattip
added a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
|
|
grahamjeffries + mattip |
40b4e24
|
mattip
added a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
|
|
jreback + mattip |
f0c3954
|
linebp
added a commit
to linebp/pandas
that referenced
this issue
Apr 17, 2017
|
|
grahamjeffries + linebp |
083f451
|
linebp
added a commit
to linebp/pandas
that referenced
this issue
Apr 17, 2017
|
|
jreback + linebp |
818be81
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedNov 7, 2015
xref #11527
xref #10001
currently we pass thru keywords to the
TextReaderbut some of these don't do anything. Should catch and raise on these.