David Procházka/Notes/Pandas/PandasTable of Contentsdf.loc vs. df.ilocdf.loc vs. df.iloc #loc gets rows (and/or columns) with particular labels.iloc gets rows (and/or columns) at integer locations.https://stackoverflow.com/a/31593712