(no title)
asdfgeoff | 4 years ago
df.assign(COLUMN_C=lambda x: x['COLUMN_A'] + x['COLUMN_B'])
But looking solely at the wikipedia page for dependency inversion principle… I'm not sure I would have connected the dots here myself.Can you recommend any noteworthy resources for a data scientist who is interested in learning more about software engineering patterns like this?
No comments yet.