ReadStatTables.jl icon indicating copy to clipboard operation
ReadStatTables.jl copied to clipboard

Read and write Stata, SAS and SPSS data files with Julia tables

Results 4 ReadStatTables.jl issues
Sort by recently updated
recently updated
newest added

Hello. I was wondering if there is any consideration about breaking `LabelledArrays` into its own package? The reason is that `LabelledArrays` provide a really nice functionality that could be used...

The upcoming v0.2.3 release is very likely to be the last one in the v0.2.x series. Development will target toward the v0.3.0 release once v0.2.3 is out. The goal is...

When I load Stata files, I get an odd mix of Strings and Symbols for column metadata, which means the metadata dictionary has `Any` as the value type. Converting all...

I've noticed the manual mentions that different kinds of missing values are currently not supported. This is indeed hard to do in Julia currently. I just wanted to let you...