partridge
partridge copied to clipboard
A fast, forgiving GTFS reader built on pandas DataFrames
* partridge version: * * Python version: 3.10.x * Operating System: *nix ### Description cChardet appears to be an abandoned project and is not compatible with python 3.10 (without compiling...
Rollsback partridge to use chardet instead of cchardet. Due to this issue: https://github.com/remix/partridge/issues/73 Potential alternative fix: https://github.com/remix/partridge/pull/76
Switches partridge to use charset_normalizer instead of cchardet. Due to this issue: https://github.com/remix/partridge/issues/73 Potential alternative fix: https://github.com/remix/partridge/pull/75
Starting with GeoPandas 0.7, the "init" proj4 string type projection is no longer in use. Using the "init" style throws a deprecation warning. Although it does not break the code...
- Closes #68 - Switch from `np.unicode` to `str` as numpy 1.20.0 introduced a bug with `np.unicode` - Switch from `np.object` to `object` as the former is deprecated - `python...
* partridge version: 1.1.1 (via pip) * Python version: 3.9 * Operating System: Windows ### Description As is, it appears that any non-numeric ID field will crash Partridge because Pandas...
Pre-1.0 versions of partridge preserved relationally-complete trips by resolving each filter clause to a set of reachable trip_ids. This behavior was mistakenly changed in the 1.0 refactor. You could be...
Added a function to detect problematic converters (maybe should be somewhere else?) and converts the dependent column before pruning deleted `config_` var in `_load_feed` (so all feed would have access...
* partridge version: 0.11.0 (but also happens on 1.1.1) * Python version: 3.8 * Operating System: Win 10 ### Description I tried to change the types of the `_id` columns...
* partridge version: 1.1.1 * Python version: 3.10 * Operating System: macOS Ventura 13.4 ### Description I was trying to use partridge, first from peartree, then directly, in a mamba/conda...