Tag: data analysis

  • Creating and querying a database with DuckDB

    This was a basic test using DuckDB and Python to create and query a database. The repository is here: https://github.com/jaymasl/duckdb-create-database. First database-create.py creates a table and takes in a movie-data.csv, it then cleans the Budget and Revenue to be formatted as FLOAT datatype: Then database-query.py queries the database to find all the movies between the…