AI Lab-1

AI Lab-1

University

6 Qs

quiz-placeholder

Similar activities

List

List

University

10 Qs

Reshaping & vStack&hstack( )

Reshaping & vStack&hstack( )

9th Grade - University

10 Qs

Pandas Merge Quiz

Pandas Merge Quiz

University

10 Qs

23S1 1906

23S1 1906

University

11 Qs

Data Analytics and Artificial Intelligence

Data Analytics and Artificial Intelligence

University

10 Qs

Instruction Set Architecture

Instruction Set Architecture

University

10 Qs

assembly language

assembly language

University

10 Qs

School Of Programming

School Of Programming

University

6 Qs

AI Lab-1

AI Lab-1

Assessment

Quiz

Computers

University

Hard

Created by

Senthi Prakash

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the below program?

Syntax Error

Index Error

Value Error

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Dataframe object is value mutable.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the given code?

Empty DataFrame Columns: []

Index: []

Empty Series Columns: [5] Index: [0]

Empty DataFrame Columns: [2] Index: [3]

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following libraries allows to manipulate, manipulate and visualize data easily and efficently

pandas

numpy

matplotlib

All the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pandas stands for

Pandas Data Analyst

Panel Data Analysis

Panel Data

Panel Dashboard

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following command is used for importing pandas

import pandas as pd

import pandas

from pandas import *

All the above