Mauricio Caceres Bravo
Mauricio Caceres Bravo
``` cd /homes/nber/barronk/local/anaconda3/envs/stata-parquet/lib/ ln -sf libstdc++.so.6.0.24 libstdc++.so ln -sf libstdc++.so.6.0.24 libstdc++.so.6 ```
Right, which does not have all the symbols.
I upgraded conda and now libm and libc are incompatible, but I can't find a way to install glibc... Yay versioning problems.
I think that making them doubles is the way to go.
Brownie points if it parses dates into a stata data format.
It seems that unix time is 1970, but for whatever reason Stata does 1960 (SAS?)
It seems that parquet has 8 data primitives; the above are built on those primitives, so the plugin should already be able to read all of these. What ought to...
I mean that it would be ideal to keep the display format.
Both. Not sure if it's automagic when writing if the date tyoe is declared, but for sure that is not the case when reading. Atm it's treated as long or...
I think when reading it would be more relevant than when writing. For the latter if the target is a date type I suppose that's enough. When reading, Stata could...