You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The map function in Python would only return a map object (actually a iterator). If you want to execute every object, yield every object inside iterator. The simplest way is: turn the map object into a list.
Describe the bug
When using map to apply a function to fields does not work, list comprehension works well.
To Reproduce
Log/Screenshots
The text was updated successfully, but these errors were encountered: