Best way to import the pandas module in your program ?
1.import pandas
2.import pandas as p
3.from pandas import *
4.All of the above
DataFrame in pandas is
1.1 dimensional array
2.2 dimensional array
3.3 dimensional array
4.None of the above
For what purpose a Pandas is used ?
1.To create a GUI programming
2.To create a database
3.To create a High level array
4.All of the above
In data science, which of the python library are more popular ?
1.Numpy
2.Pandas
3.OpenCv
4.Django
Minimum number of argument we require to pass in pandas series ?
1.0
2.1
3.2
4.3
Series in Pandas is
1.1 dimensional array
2.2 dimensional array
3.3 dimensional array
4.None of the above
Way to install the pandas library ?
1.install pandas
2.pandas install python
3.python install pandas
4.None of the above
we can analyze the data in pandas with :
1.Series
2.DataFrame
3.Both of the above
4.None of the above
What we pass in DataFrame in pandas ?
1.Integer
2.String
3.Pandas series
4.All of the above