Mauricio Caceres Bravo

Results 15 issues of Mauricio Caceres Bravo

```stata clear sysuse auto, clear ivreghdfe price (mpg = turn), absorb(a1=rep78) cluster(rep78) ivreghdfe price (mpg = turn), absorb(a2=rep78) cluster(rep78) gen diff = reldif(a1, a2) which ivreghdfe sum diff, d ```...

Given that `conda` turns out to be best way to get this to work across computers, it would be great if users could install this via ``` conda install stata-parquet...

See `arrow/cpp/src/arrow/builder.cc`. For instance, ``` BUILDER_CASE(UINT8, UInt8Builder); BUILDER_CASE(INT8, Int8Builder); BUILDER_CASE(UINT16, UInt16Builder); BUILDER_CASE(INT16, Int16Builder); BUILDER_CASE(UINT32, UInt32Builder); BUILDER_CASE(INT32, Int32Builder); BUILDER_CASE(UINT64, UInt64Builder); BUILDER_CASE(INT64, Int64Builder); BUILDER_CASE(DATE32, Date32Builder); BUILDER_CASE(DATE64, Date64Builder); BUILDER_CASE(TIME32, Time32Builder); BUILDER_CASE(TIME64, Time64Builder); BUILDER_CASE(TIMESTAMP,...

Plugin to call Alan Genz's Fortran code

@jonathandroth This improves the default grid as we discussed in mcaceresb/stata-honestdid#11; see mcaceresb/stata-honestdid#13 for where this landed.