AI Lab-1

AI Lab-1

University

6 Qs

quiz-placeholder

Similar activities

pandas

pandas

9th Grade - University

8 Qs

NumPy

NumPy

9th Grade - University

10 Qs

NumpyPandas

NumpyPandas

University

10 Qs

A1 IIIB - Introducción a Data Science

A1 IIIB - Introducción a Data Science

11th Grade - University

10 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

A3 IIIB - Básicas de EDA

A3 IIIB - Básicas de EDA

11th Grade - University

10 Qs

Data Visualization Quiz

Data Visualization Quiz

University

10 Qs

data list control

data list control

University

10 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