Q.1.
Minimum number of argument we require to pass in pandas series ?
Q.2.
What are request.GET and request.POST objects?
Q.3.
Which of these commands are used to print the SQL query of the model?
Q.4.
Best way to import the pandas module in your program ?
Q.5.
Python is not a case sensitive language
Q.6.
What is the use of the zeros() function in Numpy array in python ?
Q.7.
How we install Numpy in the system ?
Q.8.
Numpy.array(list), what it does ?
Q.9.
Shape() function in Numpy array is used to
Q.10.
What is the use of the size attribute in Numpy array in python ?
Q.11.
How we can find the type of numpy array in python ?
Q.12.
How we can convert the list to Numpy array in python?
Q.13.
Way to install the pandas library ?
Q.14.
DataFrame in pandas is
Q.15.
How we can change the shape of the Numpy array in python?
Q.16.
What will be output for the following code?import pandas as pdimport numpy as nps = pd.Series(np.array([10,20,30]))print(s.ndim)
Q.17.
If data is an ndarray, index must be the same length as data.
Q.18.
Which of the following thing can be data in Pandas?
Q.19.
Series is a one-dimensional labeled array capable of holding any data type.
Q.20.
Pandas is an open-source _______ Library?