Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Is everything ok with height column? | Analyzing FIFA-17 players data with pandas
Analyzing FIFA-17 players data with pandas

book
Is everything ok with height column?

Let's explore Height column and why does it have non-numeric type.

Tarea

Swipe to start coding

Print first 10 observations from Height column.

Solución

# print first 10 values from Height column of data
data["Height"].head(10)

Mark tasks as Completed
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 3
AVAILABLE TO ULTIMATE ONLY
some-alt