| loc | iloc |
| It is label based selection method | It is index based selection method |
| Both start label and end label are included when given as start:end | Like slices end index or position is excluded when given as start:end |
| loc | iloc |
| It is label based selection method | It is index based selection method |
| Both start label and end label are included when given as start:end | Like slices end index or position is excluded when given as start:end |