-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds function prefix to dataframe column concatenation (#322)
That way we know how to map an output back to the function. We decided this was a better approach for now. We don't want to lose the linkage between output and function, and for dataframe flattening, this is the best approach. It does mean that the columns cease being valid python identifiers, but that's fine because we're in build_result. If people complain we can figure out a way to change it. Upside is that we have less code to check/manage with this approach.
- Loading branch information
Showing
2 changed files
with
34 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters