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/API: raise NotImplemented for Panel broadcastables with non-scalar #7692
Comments
jreback
added this to the
0.15.0
milestone
Jul 8, 2014
jreback
added Reshaping API Design Error Reporting Good as first PR
labels
Jul 8, 2014
jreback
modified the milestone: 0.15.0, 0.15.1
Sep 8, 2014
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 6, 2015
|
@jreback Do you mean something like this? The line you highlighted is outdated so I am not sure what you meant.
|
|
no this should raise in |
terrytangyuan
referenced
this issue
Sep 14, 2015
Closed
ERR/API: Raise NotImplementedError when method is not implemented (issue: 7692) #11095
jreback
modified the milestone: 0.17.0, Next Major Release
Sep 17, 2015
jreback
added a commit
that referenced
this issue
Sep 21, 2015
|
|
terrytangyuan + jreback |
597aa42
|
|
closed by #11095 |
jreback
closed this
Sep 21, 2015
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Oct 11, 2015
|
|
yarikoptic |
cdbb0ff
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedJul 8, 2014
This works fine
http://stackoverflow.com/questions/24631991/division-of-a-panel-by-a-series/24632381#24632381
p.div(d,axis=0)should raiseNotImplementedErrorinstead of returningNone.https://github.com/pydata/pandas/blob/master/pandas/core/panel.py#L655
needs an
elsethat raises.Of course this can/should be implemented.