Python Advanced Data Analysis - Pandas and Matplotlib

preview_player
Показать описание
#Python #DataAnalysis #Pandas #Matplotlib
Рекомендации по теме
Комментарии
Автор

Thank you! I really enjoy this course and learn a lot.

shuoliu
Автор

Why to use data.loc[data['salary'] > 40000] when you can do it with data[data['salary'] > 40000] ? And where's the advanced analysis part? :)

janisdata