Google News
logo
Pandas - Interview Questions
Explain various DataFrame slicing options available in Pandas?
loc() : Slicing DataFrame based upon Label

iloc() : Slicing DataFrame based on Interger

ix() : Slicing DataFrame based on both Label and Integer
Advertisement