alteryx / alteryx/woodwork

Add preprocessing utility to replace None representations

Open
#1,041 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 Woodwork to replace None representations (None, 'nan', ' ' (empty string))

#### Code Example

```python
import pandas as pd
import woodwork as ww

df = pd.read_csv("https://api.featurelabs.com/datasets/online-retail-logs-2018-08-28.csv")
df.ww.init(name='retail', replace_none=True)
```

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.