Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge | Basics
Introduction to pandas [track]
course content

Course Content

Introduction to pandas [track]

Introduction to pandas [track]

1. Basics
2. Reading and Exploring Data
3. Accessing DataFrame Values
4. Aggregate Functions

book
Challenge

Task

Swipe to start coding

You are given two lists prices and names with prices and names of certain goods. Your tasks are:

  1. Import pandas library with the pd alias.
  2. Create pandas series from prices list and assign it to prices_series variable.
  3. Change indexes of prices_series series to names.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 4
toggle bottom row

book
Challenge

Task

Swipe to start coding

You are given two lists prices and names with prices and names of certain goods. Your tasks are:

  1. Import pandas library with the pd alias.
  2. Create pandas series from prices list and assign it to prices_series variable.
  3. Change indexes of prices_series series to names.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 4
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt