Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a New Dataframe for Map (#14)
Previously, map would update the dataframe in place. Changing it so that map creates a new dataframe. This fits better with the semantics of the other operators.
- Loading branch information