Q. What is the difference between iloc and loc with respect to a DataFrame?
Answer =
• loc gets rows (or columns) with particular labels from the index.
• iloc gets rows (or columns) at particular positions in the index (so it only takes integers).
Answer =
• loc gets rows (or columns) with particular labels from the index.
• iloc gets rows (or columns) at particular positions in the index (so it only takes integers).
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )