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

AddConstant cloumn to dataframe #129

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mchampaneri
Copy link

AddConstant function adds new named column to dataframe with provided constant value.

For example,
a = a.AddConstant(20, "f")
adds column f with constant value 20

|  x1 |  f  |
- - - - - - -
|  1  |  20 |
|  2  |  20 |

@mchampaneri mchampaneri changed the title AddConstant AddConstant series to dataframe Sep 2, 2020
@mchampaneri mchampaneri changed the title AddConstant series to dataframe AddConstant cloumn to dataframe Sep 2, 2020
@chrmang chrmang changed the base branch from master to dev April 22, 2021 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant