-
Notifications
You must be signed in to change notification settings - Fork 1k
Add support for native parsing of iso8601 dates/timestamps in fread #4464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
73f229b
add support for native parsing of iso8601 timestamps
1a833b7
also add ISO date parser
e7f8f92
tz offset parsing, return POSIXct/IDate columns to R
a4c9c79
add NEWS item, mention in ?fread
4b48f01
initial assay
ae26400
fix broken old tests
aa58ab4
coverage tests
656224c
API for colClasses
a97d967
use proper type in freadLookups
9e6b409
Merge branch 'master' into fread-iso8601
mattdowle af2718c
coverage, and news item tweak
mattdowle eaf2d57
as.POSIXct comments, extra tests, one test fail is correct for now
mattdowle e95f420
flexibility to parse date-alike columns as POSIXct manually
ebcc5fd
fix regression
597d261
fixed for real this time
da49cd9
force tz on new test
d7f29f9
added option to restore old behaviour, and tweaked news item
mattdowle 00959f3
Restored as.POSIXct and covered it to ensure that's what's called whe…
mattdowle 9300fe0
Merge branch 'master' of github.com:Rdatatable/data.table into fread-…
b6bc5cd
further tweak NEWS item
0034385
further tweak of NEWS item
e89d159
restore unset TZ in test 2124; test 2150.15 now correctly fails
mattdowle baa3c12
parse datetime only when Z or offset is present; 3 tests left to fix
mattdowle 4102825
news item update
mattdowle 8a9c19c
split test 2150.12 into two
mattdowle 6efff33
pass 2150.13; date-only mixed with UTC-marked datetime
mattdowle bcd8995
colClasses='POSIXct' on date-only should bump to character and as.POS…
mattdowle 318a605
cover POSIXct in select= on a date-only
mattdowle 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
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.
Uh oh!
There was an error while loading. Please reload this page.