Please select a subject first
Advertisements
Advertisements
Which loc number should be given to set lower left position of legend?
Concept: undefined >> undefined
______ function is used to delete an element from series.
Concept: undefined >> undefined
Advertisements
Which loc number should be given to set lower right positon of legend?
Concept: undefined >> undefined
______ network device is known as an intelligent hub.
Concept: undefined >> undefined
The code add legends "Rohit", "Suman" to line graph plt is:
Concept: undefined >> undefined
Which software is mainly used to help users detect viruses and avoid them?
Concept: undefined >> undefined
A device that is used to connect a number of Lans is ______.
Concept: undefined >> undefined
The command used to set the label of x axis is ______.
Concept: undefined >> undefined
What is the default loc value of legend() function?
Concept: undefined >> undefined
Which command is correct to set the location "best" in legend() function?
Concept: undefined >> undefined
What is the minimum number of arguments required for plot() function in matplotlib?
Concept: undefined >> undefined
______ refers to the proper manners and behaviour we need to exhibit while being online.
Concept: undefined >> undefined
Which of the following is suggested while on social media?
Concept: undefined >> undefined
Write a single line command to calculate 10% from ‘sale’ column from dataframe df and assign to new column ‘Commission’.
Concept: undefined >> undefined
Which one is the incorrect option to add a new column using insert() in the last place(3rd place) named “Salary” from the list Sal=[10000,15000,20000] in an existing dataframe named EMP already having 2 columns?
Concept: undefined >> undefined
______ includes sending, posting, or sharing negative, harmful, false, or mean content about someone else. It can include sharing personal or private information about someone else causing embarrassment or humiliation.
Concept: undefined >> undefined
The aggregation functionality provided by the ______ function allows multiple statistics to be calculated per group in one calculation.
Concept: undefined >> undefined
Each table comprises of ______ and ______.
Concept: undefined >> undefined
Case Based
Consider the table STUDENT with the following detail.
| STU_ID | NAME | STREAM | MARKS | CLASS |
| 1. | Aditya | Science | 87.5 | 12A |
| 2. | Vikram | Commerce | 88.7 | 12B |
| 3. | Astha | Humanities | 76.8 | 12C |
| 4. | Varsha | Science | 79.5 | 12A |
| 5. | Kanishka | Science | 77.9 | 12A |
| 6. | Anand | Commerce | 86.7 | 12B |
Now answer the question given below:
Command to select all Science students from the table STUDENT
Concept: undefined >> undefined
Case Based
Consider the table STUDENT with the following detail.
| STU_ID | NAME | STREAM | MARKS | CLASS |
| 1. | Aditya | Science | 87.5 | 12A |
| 2. | Vikram | Commerce | 88.7 | 12B |
| 3. | Astha | Humanities | 76.8 | 12C |
| 4. | Varsha | Science | 79.5 | 12A |
| 5. | Kanishka | Science | 77.9 | 12A |
| 6. | Anand | Commerce | 86.7 | 12B |
Now answer the question given below:
Delete records that belongs to 'Humanities' stream.
Concept: undefined >> undefined
