This website requires JavaScript.
Explore
Help
Register
Sign In
seb
/
group-1-db23
Archived
Watch
1
Star
0
Fork
0
You've already forked group-1-db23
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-01-04
. You can view files and clone it, but cannot push or open issues or pull requests.
group-1-db23
/
src
History
Sebastian Lenzlinger
7c58cfc335
Fix 2 Add comments to setup_tables.sql
2024-01-04 18:37:16 +01:00
..
datasets
/integrated
SYNC COMMIT
2024-01-04 18:20:55 +01:00
data_utils.py
Fix implicit boolean conversion bug for integrate.py when integrating accident data. FIXES: Non empty strings are all converted to true when using bool() constructor, so 'true' and 'false' become True regardelss.
2024-01-03 15:34:50 +01:00
ensure_dirs_exist.py
Modification to make scripts run on server
2024-01-02 15:53:22 +01:00
fill_db.py
Fix 2 setup_tables.sql
2024-01-04 18:27:41 +01:00
integrate.py
Fix implicit boolean conversion bug for integrate.py when integrating accident data. FIXES: Non empty strings are all converted to true when using bool() constructor, so 'true' and 'false' become True regardelss.
2024-01-03 15:34:50 +01:00
load_accidents_into_db.sh
Modification to make scripts run on server
2024-01-02 15:53:22 +01:00
load_csvs_into_db.sql
Modification to make scripts run on server
2024-01-02 15:53:22 +01:00
load_csvs_into_db.sql.backup
Modification to make scripts run on server
2024-01-02 15:53:22 +01:00
queries.sql
Modification to make scripts run on server
2024-01-02 15:53:22 +01:00
setup_tables.sql
Fix 2 Add comments to setup_tables.sql
2024-01-04 18:37:16 +01:00
testArea.ipynb
Fix implicit boolean conversion bug for integrate.py when integrating accident data. FIXES: Non empty strings are all converted to true when using bool() constructor, so 'true' and 'false' become True regardelss.
2024-01-03 15:34:50 +01:00