ILOC vs IAT

What is the difference between IAT and ILOC?
Similarly to loc, at provides label based scalar lookups, while, iat provides integer based lookups analogously to iloc. Show activity on this post. iat and at gives only a single value output, while iloc and loc can give multiple row output.
Shy Seal