Skip to content

Commit

Permalink
docs: typo
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 4edfce0 commit 6bac645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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**: Ibis aims to be universal python API for tabular data, big or small.
- **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 6bac645

Please sign in to comment.