Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

example of null removal #11

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

Conversation

seamusabshere
Copy link
Member

No description provided.

Here's how to remove [all nulls as defined by BigML](https://bigml.com/api/sources):

```
scrubcsv --null \\s\*\(N/A\|n/a\|NULL\|null\|\\-\|\\\#DIV/0\|\\\#REF\!\|\\\#NAME\\\?\|NIL\|nil\|NA\|na\|\\\#VALUE\!\|\\\#NULL\!\|NaN\|\\\#N/A\|\\\#NUM\!\|\\\?\)\\s\* foobar.csv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice addition to the README, but would that example be nicer if it relied on 'single quoting' in the shell instead of backslashes?

@emk emk added the faraday Requested by Faraday label Jan 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
faraday Requested by Faraday
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants