Advertisements
Advertisements
प्रश्न
Which of the following Python statements will be used to select a specific element having index as points, from a Pandas Series named ser?
विकल्प
ser.element (points)ser.select (points)ser[points]ser.show[points]
MCQ
Advertisements
उत्तर
ser[points]
Explanation:
In Pandas, a particular element in a Series can be accessed using its index with bracket notation: series_name[index_name].
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
