Q:

whats the difference iloc and loc

- The .iloc indexer selects only by integer location and works 
similarly to Python lists.

- The .loc indexer selects only by index label, which is 
similar to how Python dictionaries work.
0

New to Communities?

Join the community