Skip to content

Commit a62526e

Browse files
authored
asType takes a String not an array.
1 parent a53d239 commit a62526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-reference/dataframe/dataframe.astype.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ danfo.DataFrame.asType(options) 
88

99
| Parameters | Type | Description | Default |
1010
| ---------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
11-
| options | Object | <p>{</p><p><strong>column</strong>: Array, label/column name of column to cast</p><p><strong>dtype</strong>: dtype to cast to. One of [string, float32, int32, boolean]</p><p><strong>inplace</strong>: Boolean indicating whether to perform the operation inplace or not. Defaults to false</p><p>}</p> | { inplace: false } |
11+
| options | Object | <p>{</p><p><strong>column</strong>: String, label/column name of column to cast</p><p><strong>dtype</strong>: dtype to cast to. One of [string, float32, int32, boolean]</p><p><strong>inplace</strong>: Boolean indicating whether to perform the operation inplace or not. Defaults to false</p><p>}</p> | { inplace: false } |
1212

1313
## **Examples**
1414

0 commit comments

Comments
 (0)