Hacker News new | ask | show | jobs
by ritchie46 660 days ago
A DataFrame is our in memory table. A LazyFrame is a compute plan that can have DataFrames as source.

The engine is what executes our plans and materializes a result. This is plural as we are building a new one.