Bondify / gtfs_functions

Package with useful functions to create geo-spatial visualizations from a GTFS.
MIT License
114 stars 30 forks source link

'DataFrame' object has no attribute 'append' #21

Closed Kittu511 closed 9 months ago

Kittu511 commented 1 year ago

'DataFrame' object has no attribute 'append' error for avg_speeds and segments_freq.

WohlstadterEWG commented 1 year ago

It appears that the dataframe append method was deprecated and subsequently removed. (see https://github.com/pandas-dev/pandas/issues/35407)

WohlstadterEWG commented 1 year ago

Both avg_speeds and segments_freq run if you downgrade pandas to 1.5.3 conda install pandas=1.5.3

Bondify commented 9 months ago

hi @WohlstadterEWG this problem should be fixed in the latest version. Please update and try again. Feel free to re-open the issue if you see that the problem persists