pegasystems / pega-datascientist-tools

Pega Data Scientist Tools
https://github.com/pegasystems/pega-datascientist-tools/wiki
Apache License 2.0
33 stars 24 forks source link

Gracefully handle empty data frame for extract_keys #234

Closed StijnKas closed 2 months ago

StijnKas commented 2 months ago

Resolves #217

Also lumped in some non-functional but still useful changes to make a bunch of absolute imports (e.g. from pdstools import ...) relative (e.g. from .. import cdh_utils).