Commit graph

46 commits

Author SHA1 Message Date
33efc0ee74 First version of question 5 script 2022-05-04 22:35:52 +02:00
529727e78f Big README update 2022-05-04 13:47:59 +02:00
473a1a0878 Update README 2022-05-04 01:15:47 +02:00
d18ef789eb Add create_trigger.py script 2022-05-04 01:10:35 +02:00
6e83c8a0a6 Add create_procedure script (Q3) 2022-05-03 23:40:19 +02:00
3a8264337e Syntax corrections 2022-05-03 22:56:08 +02:00
ad1a67f34d Add question 1 script 2022-05-03 22:53:48 +02:00
9cd33c4818 Add script that add trigger 2022-05-03 22:37:34 +02:00
a75b24f2d8 Add script to delete database schema 2022-05-03 22:01:26 +02:00
1699aa747f Rename script + remove triggers, view, procedure
All theses part will be moving on another script
2022-05-03 21:59:25 +02:00
87402c06fc Call department and region procedure after import data 2022-05-03 00:56:01 +02:00
131ec5f070 Add update trigger on department and state table 2022-05-03 00:50:12 +02:00
3c5d5dfc07 Correction on PSQL Procedure 2022-05-03 00:26:25 +02:00
d1ea569bcd Add --year parameter 2022-05-03 00:25:18 +02:00
ae463b854e Add script to display statistics 2022-05-03 00:14:45 +02:00
8671af9b79 Update documentation 2022-05-02 21:36:35 +02:00
df13762b32 Update README 2022-05-02 01:01:41 +02:00
64b7d5283f Add createdatabase script 2022-05-02 00:54:20 +02:00
8d00290dd2 Remove unused town numbers in statistics 2022-05-02 00:53:52 +02:00
8eeea264d0 Do not export line with empty value in statistics 2022-05-02 00:00:08 +02:00
4efc272a59 Export right columns for states 2022-05-01 23:10:07 +02:00
9e5a1608c6 Update indicators exports
Help import indicator in database
2022-05-01 23:09:17 +02:00
9cf9127655 Rename requirement.txt 2022-04-26 23:40:53 +02:00
75554257aa Add exports/ in .gitignore 2022-04-26 23:20:02 +02:00
42809eecd1 Put custom classes in classes/
CustomFormatter is now in external classe
2022-04-26 23:16:44 +02:00
2fdcd831b2 Show times when verbose mode is activated 2022-04-26 23:05:17 +02:00
5a2ec81689 Add get_timers_by_tags() 2022-04-26 00:15:44 +02:00
a5a1d29f87 Add export_csv()
And export dataframes to CSV
2022-04-26 00:13:45 +02:00
780663a3bc Rename script 2022-04-25 23:04:21 +02:00
542f67501e Untrack __pycache__ folder 2022-04-25 23:03:05 +02:00
f61a7e415b Remove useless directory 2022-04-25 22:59:33 +02:00
e0b69e18f1 Process towns DataFrame
Add area colum from statistics
2022-04-19 22:40:35 +02:00
77456db238 Add a timet class to check performance 2022-04-19 21:55:27 +02:00
f84b6a1367 Process statistics 2022-04-18 18:02:02 +02:00
aa2eebabba Create capitals dataframes 2022-04-18 14:10:37 +02:00
8490d85ab6 Create indicator dataframe 2022-04-18 14:10:29 +02:00
02488646a6 Rename notebook with correct extention 2022-04-18 13:26:11 +02:00
6f48b59da9 Import statistics csv 2022-04-18 13:25:07 +02:00
3d8c01e3c7 Add .gitignore 2022-04-18 12:54:15 +02:00
04b45eb412 Exit programm after critical problem 2022-04-17 23:58:57 +02:00
18c246ee92 Add debug / verbose information 2022-04-17 23:53:07 +02:00
608392ad06 Change create_* functions name to import* 2022-04-17 23:30:09 +02:00
3ec1a6963f Import towns csv 2022-04-17 23:28:47 +02:00
fa03597765 Process departments 2022-04-17 22:17:19 +02:00
99e9fdaec0 Reword debug 2022-04-17 22:09:30 +02:00
1ed142c7fa First commit 2022-04-17 22:02:56 +02:00