pandas.DataFrame.iat — pandas 0.18.1 documentation (original) (raw)

DataFrame.iat

Fast integer location scalar accessor.

Similarly to iloc, iat provides integer based lookups. You can also set using these indexers.