expectedparrot / edsl

Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
https://docs.expectedparrot.com
MIT License
194 stars 19 forks source link

Consider creating a "join" operations for edsl list objects #1306

Closed johnjosephhorton closed 3 hours ago

johnjosephhorton commented 1 week ago

E.g.,

al.left_join(sl, by = ...) 

or

al.left_join(sl, by.x = ..., by.y)