Skip to content

Added support for DataFrame init with missing values#100

Merged
olekscode merged 3 commits intoPolyMathOrg:masterfrom
AtharvaKhare:nil_init
Jun 21, 2019
Merged

Added support for DataFrame init with missing values#100
olekscode merged 3 commits intoPolyMathOrg:masterfrom
AtharvaKhare:nil_init

Conversation

@AtharvaKhare
Copy link
Contributor

nil is inserted ito represent missing values.

Fixes #21.

AtharvaKhare and others added 3 commits June 6, 2019 12:25
`nil` is inserted  ito represent missing values.
Added tests for:
- creating empty dataframe using `withRows` or `withColumns` variants
- `select:` empty dataframe
- `reject:` entire dataframe
@AtharvaKhare
Copy link
Contributor Author

This PR should solve #92 and #91.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataFrame can not be initialized with missing values

2 participants