Skip to content

Over use of dictionaries #10

@atfrank

Description

@atfrank

The current code source predicted chemical shifts in a nested dictionary. The overuse of dictionaries can result in slow code. We should consider rewriting the code to use pandas dataFrames. Indeed, when reading from an external file, the predicted chemical shifts are stored in a pandas dataFrame. Why not just reference that data, instead of first extracting the data from the dataFrame and storing them in a dictionary.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions