askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Pandas frame and series append deprecation #610

Closed ajstewart closed 2 years ago

ajstewart commented 2 years ago

Pandas DataFrame.append and Series.append will be deprecated in 2.0. .concat should be used instead.

See https://pandas.pydata.org/docs/whatsnew/v1.4.0.html#deprecated-frame-append-and-series-append.