Python
1 / 20
What is the output of print(type([]))?
2 / 20
Which of the following is a mutable data type in Python?
3 / 20
What does len() function return?
4 / 20
What is the output of 3 * 'Data'?
5 / 20
What is the result of 10 // 3?
6 / 20
Which library is used for data manipulation and analysis?
7 / 20
What does df.head() do in Pandas?
8 / 20
Which method is used to remove duplicates from a DataFrame?
9 / 20
Which library is mainly used for plotting in Python?
10 / 20
What is the function to check missing values in Pandas?
11 / 20
What will type(3.5) return?
12 / 20
What is used to access multiple columns from a DataFrame?
13 / 20
Which function merges two DataFrames?
14 / 20
Which is used for data visualization in Python?
15 / 20
Which function displays summary statistics?
16 / 20
What does df.info() show?
17 / 20
Which pandas method is used to join two DataFrames horizontally?
18 / 20
Which parameter of read_csv() specifies the delimiter?
19 / 20
Which package includes functions like np.mean, np.median, np.std?
20 / 20
Which of the following methods will create a histogram?
Your score is
The average score is 0%
Restart quiz