This repository was archived by the owner on May 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Merged
Port to Nulls.jl #288
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a1c2c1a
Port to Nulls.jl
nalimilan 9169e9f
Revert behavior of == in presence of null to match that of NA
nalimilan be02c30
Require Nulls 0.1.0
nalimilan f5534d5
Add back promotion tests
nalimilan 19c79a8
Fix rep() test on 0.7
nalimilan 4ccfaf3
Remove more lifted operations on Null
nalimilan c3f7a50
Require Nulls 0.1.1
nalimilan 67f9aca
Remove objects defined in Nulls from docs
nalimilan 3bff91c
Rename dropna() to dropnull() but keep it
nalimilan 122fa56
Remove dropnull() thanks to efficient specialization of collect(::Eac…
nalimilan e3776ba
Remove remaining occurrences of NA
nalimilan b9999ee
Deprecate skipna argument in favor of skipnull
nalimilan 8859847
Remove even more uses of na
nalimilan 920f92c
Fix use NA with @data and @pdata
nalimilan 22ebdb0
Add deprecation for NAException
nalimilan 02bb120
Fix conversion between Array{Union{T, Null}} and DataArray
nalimilan f3a7af6
Stop exporting nonexistent head() and tail()
nalimilan 96f7b05
Override Nulls.levels() instead of defining custom function
nalimilan 622613a
Remove method redundant with ==(::AbstractArray{>:Null, ::AbstractArr…
nalimilan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
julia 0.6 | ||
Nulls 0.1.2 | ||
StatsBase 0.15.0 | ||
Reexport | ||
SpecialFunctions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left this method here, but we could define it in Nulls if that's really useful. No hurry, though.