Data Science 2

Data Science 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

AV1\R1 3TEC_Ciência de Dados - Aula 01 a  16

AV1\R1 3TEC_Ciência de Dados - Aula 01 a 16

1st Grade - University

15 Qs

PSeINT 2

PSeINT 2

12th Grade

10 Qs

Sesión 04

Sesión 04

1st - 12th Grade

10 Qs

Base de Datos 4

Base de Datos 4

12th Grade

10 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

15 Qs

DATAFRAME AND SERIES

DATAFRAME AND SERIES

12th Grade

10 Qs

Pandas

Pandas

12th Grade

10 Qs

Data Science 2

Data Science 2

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Geovani Ley

Used 3+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers