lucashusted / pystout

A Package To Make Publication Quality Latex Tables From Python Regression Output
GNU General Public License v3.0
42 stars 12 forks source link

Update pystout.py to use pd.concat() not append() #7

Closed mattwood-astro closed 1 year ago

mattwood-astro commented 1 year ago

Replaced line 377 to use pd.concat() instead of the original pd.append(). pd.append() is depreciated.

First time doing a pull request (!)