Y
Hacker News
new
|
ask
|
show
|
jobs
by
je42
1226 days ago
Interesting ! One newbie question, how does ibis differ from sqlalchemy ?
1 comments
89vision
1223 days ago
sql alchemy is an orm, where ibis looks to be a dataframe api that is sort of a dsl over sql. It doesn't try to map relational domains to an object oriented paradigm like sql alchemy does
link