📅  最后修改于: 2022-03-11 14:45:46.856000             🧑  作者: Mango
- 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.