ibis
ibis copied to clipboard
the portable Python dataframe library
### Is your feature request related to a problem? https://ibis-project.zulipchat.com/#narrow/stream/405265-tech-support/topic/spatial.20column.20woes This works using `.sql` but that's only a workaround, we should have an API for this. ### Describe the solution...
### Is your feature request related to a problem? No ### What is the motivation behind your request? In streaming engines, we need to connect to sources and sinks. Flink...
## Description of changes Aims to address https://github.com/ibis-project/ibis/issues/8888.
We published our first roadmap blog and made the roadmap public on a GH project a few months ago: https://ibis-project.org/posts/roadmap-2024-h1/. Since, we've decided to track the weekly updates for the...
### Is your feature request related to a problem? _No response_ ### What is the motivation behind your request? I'm working on a POC to migrate from `pandas` to `ibis`....
### What happened? We have a user on Zulip who was trying to make a memtable out of something like the following (representative of an upstream data source): ```python ibis.memtable(...
### Please describe the issue Demonstrate how to use Ibis to set up a streaming pyspark pipeline. ### Code of Conduct - [X] I agree to follow this project's Code...
### Please describe the issue Along the lines of "you're coming from batch, here is how you can get started with streaming in ibis", along with things like explaining what...
In #8655 we deprecated the non-hierarchical usage of `schema` everywhere (hopefully). In an effort to make that as smooth as possible for users, we settled on a pattern of allowing...
### Is your feature request related to a problem? It's related to problem of understanding problems :) ### Describe the solution you'd like We'd discussed this as a team somewhere,...