Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Columns Overview | Preprocessing Data: Part I
Analyzing and Visualizing Real-World Data
course content

Зміст курсу

Analyzing and Visualizing Real-World Data

Columns Overview

We can see that only two types of data are presented in the dataframe: object and int64. Columns that have an object data type contain string objects, which makes aggregation impossible for them. Among these columns are Weekly_Sales, Temperature, Fuel_Price, and others. It is obvious that all the mentioned columns must be numerical. We might be interested in comparing the revenue for different dates, but with object data, it's impossible.

Let's solve problems step by step. First, let's remind ourselves what our data looks like by outputting a single row.

Pay close attention to the values and try to find out why most of the columns are considered object columns.

What is wrong with the 'Temperature', 'Fuel_Price', and 'Unemployment' columns?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 1. Розділ 3
We're sorry to hear that something went wrong. What happened?
some-alt