Otto Fajardo

Results 247 comments of Otto Fajardo

The user reports this file is very old. I read the file in R and saved it again with R 4.02 on a mac. The file looks completely different under...

- [x] Another case: Date objects in R are actually integer vectors (number of days since Jan 1st 1970) with the attribute class set to "Date". librdata reads them as...

In the meantime it would be useful if a warning was emitted when a list is encountered in the file, many people is confused by trying to read lists and...

Asking the original reporter to upload the file again ...

Here the file ... https://github.com/ofajardo/readstat_test_files/blob/master/tip2020.rda

@69hed could you please provide more information on how this file was generated/where it comes from? Looking at it in R, it looks OK, interestingly it says that for most...

more examples of values in the "text" column with international characters. Some values appear to have only ascii characters: ``` [954] "$7 Saké Wed Nights" [955] "Two visits, two phenomenal...

my personal preference would be to allow specifying the encoding (I think that's what Readstat does?) ... because on the python side I am expecting UTF-8. The user could loop...