Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Loading the Data
course content

Course Content

Analyzing and Visualizing Real-World Data

Loading the DataLoading the Data

Welcome to the course! Here, you will work with the sales data from 45 stores of a retail chain. Let's begin by loading and previewing the data.

Remember to load the CSV file, use the .read_csv() method from the pandas library.

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

1. How many rows does the `df` dataset have?
2. How many columns does the `df` dataset have?

question-icon

How many rows does the df dataset have?

Select the correct answer

question-icon

How many columns does the df dataset have?

Select the correct answer

Everything was clear?

Section 1. Chapter 1
some-alt