Python Pandas - Apply, Map, Applymap

preview_player
Показать описание
In this Python Pandas programming tutorial we will go over how to use functions with your series and dataframes including apply, map, and applymap.
Рекомендации по теме
Комментарии
Автор

Awesome video and channel dude. Are you able to define the difference between apply and applymap? They appear to be treated identically here with identical results. Oh, loved the little nuggets in your tech tips too

odins_claw
Автор

ok, you are really good at explaining - you've got a fan

Sergio-tdmn
Автор

ok, min 3:38 and I already (finally) understand apply(). Thx :)

Sergio-tdmn
Автор

What does it mean - you can use apply, applymap to data?

VR-fhim
Автор

I can't use it for strings, I mean, I made a code for de-identification and now I need to test that function on each element of a series, but it doesn't work, it tells me that it is not possible to apply such functions with strings. What I can do?

mariacamiladurangobarrera
Автор

so what is the difference between map and apply

fikexrd