Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to append data to a variable #50

Open
csala opened this issue Aug 28, 2018 · 0 comments
Open

Add the possibility to append data to a variable #50

csala opened this issue Aug 28, 2018 · 0 comments

Comments

@csala
Copy link
Contributor

csala commented Aug 28, 2018

Sometimes it's needed to appended or merge the output of a primitive with its own input, or with some other variable.

Two possibilities exist for this:

  • Add a way to indicate that the output needs to be appended to the input. This way, for example, a primitive can add columns to X instead of replacing it.
  • Add a native primitive that allows the concatenation of multiple variables: X = pd.concat([X1, X2], axis=1)
@csala csala added this to the 0.3.1 milestone Sep 20, 2018
@csala csala modified the milestones: 0.3.1, 0.3.2 May 16, 2019
@csala csala removed this from the 0.3.2 milestone Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant