-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
ERR: raise NotImplemented error if keywords are passed to read_excel which are not supported #11544
Labels
Milestone
Comments
jreback
added
Difficulty Novice
Error Reporting
Incorrect or improved errors from pandas
IO Excel
read_excel, to_excel
labels
Nov 7, 2015
jreback
added a commit
that referenced
this issue
Dec 19, 2015
raise NotImplemented for date parsing args in read_excel #11544
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
changed the title
ERR: raise NotImplemented error if keywords are passed to
ERR: raise NotImplemented error if keywords are passed to read_excel which are not supported
Mar 2, 2016
read_excel
which are not supported
jorisvandenbossche
pushed a commit
that referenced
this issue
Sep 30, 2016
jorisvandenbossche
pushed a commit
that referenced
this issue
Sep 30, 2016
jreback
pushed a commit
to jreback/pandas
that referenced
this issue
Mar 27, 2017
Rebase and update of PR pandas-dev#12051 Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Author: Graham R. Jeffries <graham.r.jeffries@gmail.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff@reback.net> Closes pandas-dev#14326 from jorisvandenbossche/pr/12051 and squashes the following commits: 0b65a7a [Joris Van den Bossche] update wording 656ec44 [Joris Van den Bossche] Fix detection to raise warning b1c7f87 [Joris Van den Bossche] add whatsnew 925ce1b [Joris Van den Bossche] Update tests 0e10a9d [Graham R. Jeffries] remove read_excel kwd NotImplemented error, update documentation pandas-dev#11544
jreback
pushed a commit
that referenced
this issue
Mar 27, 2017
Rebase and update of PR #12051 Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Author: Graham R. Jeffries <graham.r.jeffries@gmail.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff@reback.net> Closes #14326 from jorisvandenbossche/pr/12051 and squashes the following commits: 0b65a7a [Joris Van den Bossche] update wording 656ec44 [Joris Van den Bossche] Fix detection to raise warning b1c7f87 [Joris Van den Bossche] add whatsnew 925ce1b [Joris Van den Bossche] Update tests 0e10a9d [Graham R. Jeffries] remove read_excel kwd NotImplemented error, update documentation #11544
jreback
pushed a commit
that referenced
this issue
Mar 27, 2017
Rebase and update of PR #12051 Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Author: Graham R. Jeffries <graham.r.jeffries@gmail.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff@reback.net> Closes #14326 from jorisvandenbossche/pr/12051 and squashes the following commits: 0b65a7a [Joris Van den Bossche] update wording 656ec44 [Joris Van den Bossche] Fix detection to raise warning b1c7f87 [Joris Van den Bossche] add whatsnew 925ce1b [Joris Van den Bossche] Update tests 0e10a9d [Graham R. Jeffries] remove read_excel kwd NotImplemented error, update documentation #11544
mattip
pushed a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
Rebase and update of PR pandas-dev#12051 Author: Joris Van den Bossche <jorisvandenbossche@gmail.com> Author: Graham R. Jeffries <graham.r.jeffries@gmail.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff@reback.net> Closes pandas-dev#14326 from jorisvandenbossche/pr/12051 and squashes the following commits: 0b65a7a [Joris Van den Bossche] update wording 656ec44 [Joris Van den Bossche] Fix detection to raise warning b1c7f87 [Joris Van den Bossche] add whatsnew 925ce1b [Joris Van den Bossche] Update tests 0e10a9d [Graham R. Jeffries] remove read_excel kwd NotImplemented error, update documentation pandas-dev#11544
mattip
pushed a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
xref #11527
xref #10001
currently we pass thru keywords to the
TextReader
but some of these don't do anything. Should catch and raise on these.The text was updated successfully, but these errors were encountered: