FEAT: Properly implement map
operator
#4909
Labels
Epic
Internals
Internal modin functionality
new feature/request 💬
Requests and pull requests for new features
P2
Minor bugs or low-priority feature requests
Most of the behavior for the
map
operator proposed in the Modin research papers is actually covered by the broadcast_* methods on dataframe/partition manager classes. We should refactor the codebase to use the logic forbroadcast
withinmap
instead, which hopefully enables performance improvements.map
should also have an optionaldtypes
argument to hint the type of the resulting dataframe.See also: stale algebra tracking issue #2924.
The text was updated successfully, but these errors were encountered: