pysat / pysatSpaceWeather

pysat support for space weather indices and data sets
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

BUG: pandas append has been deprecated #74

Closed aburrell closed 2 years ago

aburrell commented 2 years ago

Description

FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.

To Reproduce this bug:

This is used in the sw_kp.py load routine.

Test configuration