https://duckdb.org/docs/current/guides/python/import_numpy
Import from Numpy – DuckDB
It is possible to query Numpy arrays from DuckDB. There is no need to register the arrays manually – DuckDB can find them in the Python process by name thanks...
import from numpyduckdb