In pandas, what is the result of df.shape?
What is the function used to compute the pivot table in pandas?
What does df.head() return in pandas?
np.random()Which NumPy function is used to generate random values?
What does np.where() do in NumPy?
Which function in pandas is used to concatenate multiple DataFrames along the rows?
What is the difference between a NumPy array copy and a view?
What does the pivot_table() function in pandas do?
How can you read a CSV file using pandas?
In pandas, what does the df.duplicated() function return?