aleaf / pydrograph

Get and process stream flows and groundwater levels from NWIS.
Other
13 stars 11 forks source link

Replaced instances of df.append with pd.concat due to deprecation #9

Closed ConstableCatnip closed 2 years ago

ConstableCatnip commented 2 years ago

Pandas is deprecating DataFrame.append for pd.concat. Replaced instances of append with concat.

aleaf commented 2 years ago

thanks @ConstableCatnip !