example codes for using DuckDB with the Python client
- Create a virtual environment and activate it
$ python3 -m venv venv
$ . venv/bin/activate
- Install the requirements
$ pip install -r requirements.txt
- Run the example codes
$ python3 example/simple.py
- Build and Run the docker image
$ make build
$ make run
- Run the example codes
$ python3 example/simple.py