DataFrame.iat
Access a single value for a row/column pair by integer position.
danfo.DataFrame.iat(row, column)
Parameters | Type | Description | Default |
---|---|---|---|
row | Number | row index position | |
column | Number | Column index position |
Return: Scalar
Last updated
Access a single value for a row/column pair by integer position.
danfo.DataFrame.iat(row, column)
Parameters | Type | Description | Default |
---|---|---|---|
row | Number | row index position | |
column | Number | Column index position |
Return: Scalar
Last updated