-
Another database -> DuckDB https://duckdb.org/
A sqlite like OLTP database, no good gui client tool for handle.
Can DbGate support DuckDB?
-
When returning a DuckDB relation as a return type for my python model I get an error stating that the dataframe cannot be found
```
Catalog Error: Table with name df does not exist! Did you mean "…
-
DoD : fichiers dans S3
Contexte : actuellement la même BDD (Postgres) s'occupe d'ingerer et stocker avec ses ressources.
Avec DuckDB il est possible de stocker sur S3 et utiliser DuckDB avec un in…
-
### What happens?
Input redirection works as expected:
```bash
seq 3 > x && < x python -c "print(__import__('duckdb').sql('''from read_csv('/dev/stdin')'''))"
```
```
┌─────────┐
│ column0 …
-
Same as apache/arrow#44502 and apache/arrow-nanoarrow#665
Conversion of dates prior to the Posix origin is not correct.
``` r
(d [1] "1969-12-30" "1969-12-31" "1970-01-01" "1970-01-01" "1970-0…
-
### What happened?
This code succeeds with the `sqlite` and `polars` backends but fails for me with the `duckdb` backend:
```python
import ibis
import polars as pl
url = "https://raw.github…
-
### Initial problem stated by Arun :
Implement a google sheet like frontend interface using Swelete
Send real time updates in the sheets to using a data loader to DuckDB
Receive the real time up…
-
[DuckDB](https://duckdb.org/) recently added support for vectors to enable [similarity search](https://blog.brunk.io/posts/similarity-search-with-duckdb) and can be [used for RAG](https://motherduck.c…
-
![image](https://github.com/user-attachments/assets/38d7aef1-53d7-412c-af07-f5ee6badcbda)
```
con
-
The following app crashes on start because of the `con.register()` at the top level. [Live app](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbDOAD1R0…