oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
51 stars 60 forks source link

Change all pd.append to pd.concat #376

Closed cdolfi closed 1 year ago

cdolfi commented 1 year ago

pandas is depreciating append and seeing some incorrect lengths when using append. Need to change all appends to. concat throughout the codebase asap

cdolfi commented 1 year ago

Closed as pd.append is not used in 8knot codebase