Reshaping Data with Melt | Pandas

preview_player
Показать описание
Joining Data with Pandas

You’ll step up a gear and learn to apply pandas' specialized methods for merging time-series and ordered data together from the city of Chicago. You’ll learn how to query resulting tables using a SQL-style format, and unpivot data using the melt method.

#pandas, #datascientist, #datascience
Рекомендации по теме
Комментарии
Автор

hi if i have data from 2000-2018 and i dont want to type all of them out one by one in value_vars, is there a way like indexing that can include the columns i want? ive tried it and it doesnt work

Hi_howrudoin