shuzhao-li-lab / PythonCentricPipelineForMetabolomics

Python pipeline for metabolomics data preprocessing, QC, standardization and annotation
Other
9 stars 0 forks source link

Replace __extract__ #65

Closed jmmitc06 closed 7 months ago

jmmitc06 commented 8 months ago

Because I was dumb, instead of using df.to_dict(orient='records') to convert pandas rows to dicts, I implemented my own function. While functionally equivalent, this is non-pythonic and should be replaced with the built in function. Should be a minor performance bump too because extract is used frequently.

jmmitc06 commented 7 months ago

Done in v1.0.13