Skip to content

Commit

Permalink
docs: update line
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-a-a-trick authored and cpcloud committed Nov 2, 2022
1 parent 6cc7416 commit 4edfce0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ Ibis has three primary components:
Ibis aims to be a future-proof solution to interacting with data using Python and can accomplish this goal through its main features:

- **Familiar API**: Ibis’s API design borrows from popular APIs like pandas and dplyr that most users already know and like to use.
- **Consistent syntax**: After learning how to use Ibis, users can use the same API and concepts no matter where their data lives.
**Learn once, write anywhere**.
- **Consistent syntax**: Ibis aims to be universal python API for tabular data, big or small.
- **Deferred execution**: Ibis pushes code execution to the query engine and only moves required data into memory when it has to.
This leads to more faster, more efficient analytics workflows
- **Interactive mode**: Ibis also provides an interactive mode, in which users can quickly diagnose problems, do exploratory data analysis, and mock up workflows locally.
Expand Down

0 comments on commit 4edfce0

Please sign in to comment.