board practice practical question
board practice practical question
3.
A B C
1 11 22 33
2 51 26 81
1. Display details for sec A and C
3. Add column “total strength”( total_strength =A+B+C)
4. Plot bar graph for above dataframe and customize properly
5. Name Degree Score
0 Aparna MBA 90.0
1 Pankaj BCA NaN
3 Navesh NaN 78.0
4 Ram BCA 89.0
1. Create DataFrame “Selected”
2. display BCA Students details
3. Delete column Score
4. Display bar chart for following data:
Country=[“india”,”China”,”Pakistan”]
Medals=[60,90,25]
6.
Table Garment
1. Display a report for all customers along with ID, Name, Month and loan date and account
number
2. Display total number of customer area wise if more than 2 customers is in that area
3. To display the detail female customers in descending order of their age