Data Science 2

Data Science 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

TGS Inicial

TGS Inicial

1st - 12th Grade

15 Qs

Access Relaciones

Access Relaciones

8th - 12th Grade

12 Qs

Algoritmos

Algoritmos

10th Grade - University

10 Qs

seguridad en las redes sociales

seguridad en las redes sociales

9th - 12th Grade

10 Qs

JavaScript 3 baco med

JavaScript 3 baco med

12th Grade

10 Qs

Ôn tập giữa HKI- Tin 6 (Tân- Đông)

Ôn tập giữa HKI- Tin 6 (Tân- Đông)

12th Grade

15 Qs

PHIẾU HỌC TẬP 1

PHIẾU HỌC TẬP 1

3rd - 12th Grade

10 Qs

Introducción Redes Tele1 IB

Introducción Redes Tele1 IB

10th Grade - University

15 Qs

Data Science 2

Data Science 2

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Geovani Ley

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comando que se utiliza para importar pandas

import pandas as pd

import pandas as dp

import pandas as pd;

No hay respuesta

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué producto tiene el stock más grande? Seleccione la instrucción correcta

df[stock].max();

df[stock].max()

df[[stock]].max();

No hay respuesta

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el stock más pequeño registrado?

df[stock].min[];

df[stock].min()

df[stock].min{};

No hay respuesta

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuántas filas y columnas tiene el DataFrame? Comando que se utiliza para mostrar solo el numero exacto de filas y columnas.

fd.shape

df.shape

shape()

No hay respuesta

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué categoría pertenece el producto 'café'?

df.query("Categoría == 'café'")

df.("Categoría == 'café'")

df.query("Categoría = 'café'")

No hay respuesta

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mostrar los primeros 5 y productos del DataFrame

df[5]

df['Producto'].head(5)

df['Producto'].head(5);

df[6];

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Se utiliza para realizar un pequeño resumen estadistico.

fd.describe()

describe()

df.describe()

No hay respuesta

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?