Skip to content

Commit

Permalink
fix doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Apr 3, 2017
1 parent 35d225f commit 5754630
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions pandas/_libs/src/inference.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -231,24 +231,25 @@ def infer_dtype(object value):
-------
string describing the common type of the input data.
Results can include:
- floating
- integer
- mixed-integer
- mixed-integer-float
- complex
- categorical
- boolean
- datetime64
- datetime
- date
- timedelta64
- timedelta
- time
- period
- string
- unicode
- bytes
- mixed
- string
- unicode
- bytes
- floating
- integer
- mixed-integer
- mixed-integer-float
- complex
- categorical
- boolean
- datetime64
- datetime
- date
- timedelta64
- timedelta
- time
- period
- mixed
Raises
------
Expand Down

0 comments on commit 5754630

Please sign in to comment.