Replies: 4 comments 5 replies
-
|
This should also serve as a discussion for also implementing |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
document: Refactor: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before any more work done on minor refactoring
spaghetti, consider implications of a major refactor in terms of methods for storing and accessing attributes.Much of the code base written years ago for
python2.7and is not making use of recent improvements, specifically the use ofpandasfor storing/accessing attributes.Many of the class attributes in
NetworkandPointPatternare make use ofdictandOrderedDictdatatypes.pandasmay help with streamlining workflow, efficient processing, and storage.Thoughts? @sjsrey
Beta Was this translation helpful? Give feedback.
All reactions