目录1.准备一组DataFrame数据2.loc标签索引2.1loc获取行2.1.1loc获取一行2.1.2loc获取多行2.1.3loc获取多行(切片)2.2loc获取指定数据(行&列)3.iloc位置索引3.1iloc获取行3.1.1iloc获取单行3.1.2iloc获取多行3.2i