alteryx / alteryx/woodwork

Allow `schema` as parameter to `init_series`

Open
#1,573 0 comments 0 reactions 0 assignees View on GitHub
new feature
Dominant language
Python
Stars
155
Forks
24
PR merge metrics
No merged PRs in 30d

Description

- 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
- the`init_series` util

#### Code Example

```python
series = pd.Series(...)
ww_series = ww.init_series(schema=schema)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.