bashtage / linearmodels

Additional linear models including instrumental variable and panel data models that are missing from statsmodels.
https://bashtage.github.io/linearmodels/
University of Illinois/NCSA Open Source License
941 stars 184 forks source link

MAINT: Avoid dtype changing insert #580

Closed bashtage closed 9 months ago

bashtage commented 9 months ago

Convert to series to avoid change dtypes Add pyarrow for testing

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (55b9083) 99.60% compared to head (ec14500) 99.60%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #580 +/- ## ======================================= Coverage 99.60% 99.60% ======================================= Files 99 99 Lines 17254 17259 +5 Branches 2460 2460 ======================================= + Hits 17185 17190 +5 Misses 30 30 Partials 39 39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.