mie-lab / trackintel

trackintel is a framework for spatio-temporal analysis of movement trajectory and mobility data.
MIT License
198 stars 50 forks source link

fix deprecation warning for `inplace` #623

Closed bifbof closed 4 months ago

bifbof commented 4 months ago

For pandas 3.0.0 they deprecate out many places where they do under the hood copying for ìnplace operations. One of these places is the modifying of views on dataframes. Further changed H to h in _split_overlaps