Shelby Bearrows

Results 21 comments of Shelby Bearrows

So the behavior for `read_csv()` is slightly different but I think we both agree that `include_na` should be ignored when factors are explicit and we should not be silently adding...

Notes: - No `NEWS` bullet was added because AFAIR we don't add `NEWS` bullets for updating docs - I believe everything I have touched and made changes to, is consistent...

@jennybc The file has a column of dates and a column of doubles. One of the dates is formatted as `12032020`. All the other dates in the file are of...

@jennybc I couldn't find any other packages that use `challenge.csv`. The only reference to it I could find is: https://search.r-project.org/CRAN/refmans/csvwr/html/datatype_to_type.html where they use it in an example but it's set...

> Does challenge.csv need to be 2000 lines long anymore? I created the new challenge.csv by modify pieces of the old challenge.csv so that's one reason why it's also 2000...

I'm able to reproduce this, however the reprex generated from reproducing it doesn't correctly reflect the output in the console. However, it does seem to support OP's idea that it's...

I've only implemented this for `spec_csv()` so we can iron things out first.

Carrying a conversation about guessing behaviors in `read_*()` vs `spec_*()` over from #1431 One consequence of doing the proposal from #1387 is the following: Since `guess_max` doesn't guess column types...