64450c444e
Ibis is the portable Python dataframe library: - Fast local dataframes (via DuckDB by default) - Lazy dataframe expressions - Interactive mode for iterative data exploration - Compose Python dataframe and SQL code - Use the same dataframe API for more than 20 backends - Iterate locally and deploy remotely by changing a single line of code
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
Ibis is the portable Python dataframe library:
|
|
- Fast local dataframes (via DuckDB by default)
|
|
- Lazy dataframe expressions
|
|
- Interactive mode for iterative data exploration
|
|
- Compose Python dataframe and SQL code
|
|
- Use the same dataframe API for more than 20 backends
|
|
- Iterate locally and deploy remotely by changing a single line of code
|