You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I don't know when I will have the time to push a new version to PyPI. In the meantime, you could either do a local installation by cloning the source code of envirocar-py or you could downgrade your pandas version to <2.0.0.
bbox = BboxSelector([
7.554130554199218, # min_x
51.95590322041212, # min_y
7.590351104736328, # max_x
51.97874790276371 # max_y
])
issue a query with 40 tracks
track_df = track_api.get_tracks(bbox=bbox, num_results=100)
Returns:
/usr/local/lib/python3.10/dist-packages/pandas/core/generic.py in getattr(self, name)
5987 ):
5988 return self[name]
-> 5989 return object.getattribute(self, name)
5990
5991 def setattr(self, name: str, value) -> None:
AttributeError: 'DataFrame' object has no attribute 'append'
The text was updated successfully, but these errors were encountered: