Computer Science, asked by harsh339322, 1 year ago

difference between ioc and lioc in python​

Answers

Answered by Kausmitachakrabarti
1

Answer:

loc gets rows (or columns) with particular labels from the index. iloc gets rows (or columns) at particular positions in the index (so it only takes integers). ix usually tries to behave like loc but falls back to behaving like iloc if a label is not present in the index.

Explanation:

Hope it will help you!.........

Similar questions