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

Allow schema as parameter to init_series #1573

Open
tamargrey opened this issue Nov 10, 2022 · 0 comments
Open

Allow schema as parameter to init_series #1573

tamargrey opened this issue Nov 10, 2022 · 0 comments
Labels
new feature suggestions for new functionality

Comments

@tamargrey
Copy link
Contributor

  • As a user, I wish I could use ww.init_series to initialize a series with an existing woodwork column schema. It's possible to do with with series.ww.init, and it'd be nice to be able to do the same when the series' dtype will have to change and we need to use
  • theinit_series util

Code Example

series = pd.Series(...)
ww_series = ww.init_series(schema=schema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature suggestions for new functionality
Projects
None yet
Development

No branches or pull requests

1 participant