Preliminary Exploration
Compito
Swipe to start coding
- Print the
shape
of your data; - Check for descriptive statistics of our data (with a
round()
function).
Soluzione
print(data.shape)
data.describe().round()
Mark tasks as Completed
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 3
AVAILABLE TO ULTIMATE ONLY