Skip to content

Commit

Permalink
more docs for exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Apr 3, 2017
1 parent 2bb1fbd commit 3dc4b9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pandas/errors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ class PerformanceWarning(Warning):
"""

class UnsupportedFunctionCall(ValueError):
pass

"""
If attempting to call a numpy function on a pandas
object. For example using ``np.cumsum(groupby_object)``.
"""

class UnsortedIndexError(KeyError):
"""
Expand Down

0 comments on commit 3dc4b9a

Please sign in to comment.