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

Contenido del Curso

Analyzing and Visualizing Real-World Data

Analyzing and Visualizing Real-World Data

1. Preprocessing Data: Part I
2. Preprocessing Data: Part II
3. Analyzing Data
4. Visualizing Data

Date Range

Good, we know the best selling stores for entire date range. But how wide it is? Let's find out. Since we convert the 'Date' column into the datetime type, we can apply different methods on it, like .min() or .max(). They will return the earliest and the latest dates in the column.

For the following question, feel free to edit the code above if necessary.

What is the range of dates in the 'Date' column of the df dataframe? (Remember, dates are represented in the yyyy-mm-dd format.)

Selecciona la respuesta correcta

¿Todo estuvo claro?

Sección 3. Capítulo 3
We're sorry to hear that something went wrong. What happened?
some-alt