SYNC COMMIT
This commit is contained in:
parent
7d9d561139
commit
aebb6f01f4
@ -1,5 +1,5 @@
|
||||
# config.py, adjust as needed
|
||||
# TODO RENAME THIS FILE TO "config.py"
|
||||
# TODO COPY and then RENAME TO "config.py"
|
||||
SSH_HOST = 'slenzlinger.dev'
|
||||
SSH_USERNAME = 'sebl' #TODO: Enter own username
|
||||
SSH_PASSWORD = 'your_ssh_password' # TODO: to not push to git
|
||||
|
||||
@ -10,8 +10,6 @@ import numpy as np
|
||||
logging.getLogger("matplotlib").setLevel(logging.WARNING)
|
||||
|
||||
|
||||
|
||||
|
||||
# Summary charts ======================================================================================================
|
||||
def plt_acc_by_year(db):
|
||||
acc_year_sql = """
|
||||
@ -260,8 +258,6 @@ def severity_by_month(db):
|
||||
#fig.show()
|
||||
|
||||
|
||||
|
||||
|
||||
# Utilities ===========================================================================================================
|
||||
def save_as_barplot(df, xname, yname, orientation, file_name):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user