2025-04-18 22:38:44 +02:00
2025-04-18 22:41:42 +02:00
2025-04-18 22:34:10 +02:00
2025-04-18 22:41:42 +02:00
2025-04-18 22:34:10 +02:00

Working Time Analysis

This project analyzes working time data from a CSV file by:

  1. Importing the data into a DuckDB database

Setup

Dependencies

Install the required dependencies:

pip install -r requirements.txt

Usage

1. Import Data

Run the import script to load the CSV data into DuckDB:

python3 import_data.py

This will:

  • Create a DuckDB database file working_times.db
  • Import the CSV data into a table
  • Add an import timestamp to each record
Description
No description provided
Readme 55 KiB
Languages
Python 100%