Advertisements
Advertisements
प्रश्न
Boolean indexing in Pandas DataFrame can be used for ______.
पर्याय
Creating a new DataFrame.
Sorting data based on index labels.
Joining data using labels.
Filtering data based on condition.
MCQ
रिकाम्या जागा भरा
उत्तर
Boolean indexing in Pandas DataFrame can be used for filtering data based on condition.
Explanation:
- Boolean indexing in Pandas facilitates the filtration of a DataFrame according to a specified criterion.
- It generates a mask (Boolean values) and chooses the rows or columns where the condition is True exclusively.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?