Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

quiz-placeholder

Similar activities

Python List

Python List

4th Grade - University

15 Qs

QUIZ BAB 4: SISTEM OPERASI

QUIZ BAB 4: SISTEM OPERASI

8th Grade - University

20 Qs

logica excel

logica excel

1st Grade - University

21 Qs

INTERNET

INTERNET

University

20 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Beto Lopez Cardoza

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Cómo se puede leer un archivo CSV en Pandas utilizando Python?

df = pd.read_csv('file.csv')

df = pd.read_csv('data.csv')

df = pd.read_csv('data.txt')

df = pd.read_csv('archivo.csv')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué método se utiliza para desplegar información básica de un DataFrame en Pandas?

display()

show()

info()

head()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Cómo se puede verificar la presencia de valores NaN en un DataFrame de Pandas?

df.checknull()

df.isnan()

df.empty()

df.isnull()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la forma de eliminar una columna específica de un DataFrame en Pandas?

df.delete_column('nombre_columna')

df.remove('nombre_columna')

df.drop('nombre_columna', axis=1)

df.drop_column('nombre_columna')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se convierte un objeto de Pandas en un objeto de tipo datetime?

pd.datetime_convert()

pd.to_datetime()

pd.convert_datetime()

pd.change_to_datetime()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Qué método se utiliza para crear un diagrama de pie en Pandas?

plot(kind='pie')

plot(kind='line')

plot(kind='bar')

plot(kind='scatter')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿Cuál es la librería de Python que se utiliza para crear visualizaciones más avanzadas en Pandas?

Plotly

Seaborn

NumPy

Matplotlib

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?