thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Performance improvements in .extract.extract_monetary_amount #79

Closed kasei closed 5 years ago

kasei commented 5 years ago

Prioritize common case, and return early if extraction fails.

This should noticeably help the performance of the sales pipeline which has a lot of price columns.