Project trashpandas #51
Labels
No Label
ANA
BUG
CSS
DOC
DX
ECO
FET
GFX
PRO
SEC
TPL
UX
VIS
analysis
analysis.data
analysis.editor
analysis.util
analysis.visualization
auth
cli
core
doc
form
mailing
md
rendering
storage
svg
svg.color
svg.palettes
testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: phryk-evil-mad-sciences-llc/poobrains#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This has been a long time coming…
Rip out pandas – it's way too horrible in regards to [de]serialization.
Keep current [de]serialization, but simplify where appropriate.
Implement own analysis system on top of
numpy
,shapely
and possiblypyproj
.Implement functionality that we used from pandas by now:
It is done.
We now have fuzzy matching on joins including levenshtein distance for strings and much more complex filtering than before including all shapely binary predicates for geodata with the possibility to filter against manually built polygons.
Some places are still lacking validation, new bugs have probably been introduced.
Still feels more comfortable than trying to throw hoops around pandas. ¯\_(ツ)_/¯