My .dta (STATA) file has some columns as Float32, others as Int8, etc. Especially the Int8 casuses lots of problems in the code, so they must be converted to Int64. Is there a simple way of telling readstat()
to do that? (I prefer not to create a df.)
1 Like