NEW
Font size
WorksheetsPython Quiz - 6
Total questions: 10
Worksheet time: 5mins
Shape() function in Numpy array is used to
None of the Mentioned
Change the shape of the array
Assigns the desired shape to the array
Find the shape of the array
what is the use of the zeros() function in Numpy array in python ?
To make a Matrix with first row 0
To make a Matrix with all element 0
To make a Matrix with all diagonal element 0
None of the above
Which of the following find the maximum number in the Numpy array?
max(array)
array.max()
array(max)
None of the above
Numpy in the Python provides the
Function
Lambda function
Type casting
Array
How to use numpy ?
import numpy as np
import pandas as pd
import pyplot as plt
import math as np
Pandas deals with following data structures
Series
Series and Data Frames
Series, DataFrames and Panel
None of Above
Full form of NaN is
Not a Null
Not a Number
Not a Numeric
None of these
pandas is a:
Data Structure
Series
Dataframe
Library
Which function from the options given below can read the dataset from a large text file?
read_json
read_pickle
read_hdf
read_csv
