# ReadStatTables, type conversion

**URL:** https://discourse.julialang.org/t/readstattables-type-conversion/119270
**Category:** Data
**Created:** [September 11, 2024, 8:34am UTC](https://discourse.julialang.org/t/readstattables-type-conversion/119270 "2024-09-11T08:34:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_Soderlind](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/paul_soderlind/32/1753_2.png) [@Paul\_Soderlind](https://discourse.julialang.org/u/Paul_Soderlind)
#### Post date: [September 11, 2024, 8:34am UTC](https://discourse.julialang.org/t/readstattables-type-conversion/119270/1 "2024-09-11T08:34:12Z")

</div>

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.)
