pandas wants int not uint for Indexes so epoch_id uints don't work with pd.DataFrame.set_index('epoch_id')
R doesn't like uints either b.c. it reserves a uint value for NA missing data. So log_ccodes, garv_flags throw warnings when passed to fitgrid.lmer()