Add preprocessing utility to replace None representations
Open
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
Assessment
This issue has not been assessed yet.