Data Science 2

Quiz
•
Computers
•
12th Grade
•
Medium
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
Similar Resources on Wayground
10 questions
Básicas de Python 4

Quiz
•
12th Grade
12 questions
Dataframe

Quiz
•
10th - 12th Grade
11 questions
5to. Reporte

Quiz
•
12th Grade
8 questions
Breaking the ice

Quiz
•
6th Grade - Professio...
13 questions
MANTENIMIENTO DE PC

Quiz
•
12th Grade
10 questions
Prueba de diagnostico Programación 2do

Quiz
•
12th Grade
15 questions
Empresa en el aula Unidad 4 (almacén)

Quiz
•
12th Grade
10 questions
Machine Learning

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade