File tree 1 file changed +19
-18
lines changed
1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -231,24 +231,25 @@ def infer_dtype(object value):
231
231
-------
232
232
string describing the common type of the input data.
233
233
Results can include:
234
- - floating
235
- - integer
236
- - mixed-integer
237
- - mixed-integer-float
238
- - complex
239
- - categorical
240
- - boolean
241
- - datetime64
242
- - datetime
243
- - date
244
- - timedelta64
245
- - timedelta
246
- - time
247
- - period
248
- - string
249
- - unicode
250
- - bytes
251
- - mixed
234
+
235
+ - string
236
+ - unicode
237
+ - bytes
238
+ - floating
239
+ - integer
240
+ - mixed-integer
241
+ - mixed-integer-float
242
+ - complex
243
+ - categorical
244
+ - boolean
245
+ - datetime64
246
+ - datetime
247
+ - date
248
+ - timedelta64
249
+ - timedelta
250
+ - time
251
+ - period
252
+ - mixed
252
253
253
254
Raises
254
255
------
You can’t perform that action at this time.
0 commit comments