Contenido del Curso
Introduction to pandas [track]
Introduction to pandas [track]
Challenge
Tarea
You are given two lists prices
and names
with prices and names of certain goods. Your tasks are:
- Import
pandas
library with thepd
alias. - Create pandas series from
prices
list and assign it toprices_series
variable. - Change indexes of
prices_series
series tonames
.
¡Gracias por tus comentarios!
Challenge
Tarea
You are given two lists prices
and names
with prices and names of certain goods. Your tasks are:
- Import
pandas
library with thepd
alias. - Create pandas series from
prices
list and assign it toprices_series
variable. - Change indexes of
prices_series
series tonames
.
¡Gracias por tus comentarios!
Challenge
Tarea
You are given two lists prices
and names
with prices and names of certain goods. Your tasks are:
- Import
pandas
library with thepd
alias. - Create pandas series from
prices
list and assign it toprices_series
variable. - Change indexes of
prices_series
series tonames
.
¡Gracias por tus comentarios!
Tarea
You are given two lists prices
and names
with prices and names of certain goods. Your tasks are:
- Import
pandas
library with thepd
alias. - Create pandas series from
prices
list and assign it toprices_series
variable. - Change indexes of
prices_series
series tonames
.