BaşlayınÜcretsiz Başlayın

EDA statistics

As mentioned in the slides, you'll work with New York City taxi fare prediction data. You'll start with finding some basic statistics about the data. Then you'll move forward to plot some dependencies and generate hypotheses on them.

The train and test DataFrames are already available in your workspace.

Bu egzersiz

Winning a Kaggle Competition in Python

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

# Shapes of train and test data
print('Train shape:', ____.____)
print('Test shape:', ____.____)

# Train head()
print(____.____())
Kodu Düzenle ve Çalıştır