Content
@
0 reply
0 recast
2 reactions
Devin Conley
@conley
genuinely cool when [copilot of choice] surfaces some new syntax or feature of a library/language you already know very well example in pandas to binary encode categorical options from a list string ``` df[LIST_FIELD].str.get_dummies(sep=',') ```
0 reply
0 recast
7 reactions