client.upload_file('utils.py')
source /Users/andreferreira/Library/Caches/pypoetry/virtualenvs/eicu-mortality-prediction-py3.7/bin/activate
jupyter lab --no-browser
# Set some mixed data type columns straight, by defining their most adequate representation
nursechart_df['Pain Score/Goal'] = nursechart_df['Pain Score/Goal'].astype(str)
nursechart_df['Glasgow coma score'] = nursechart_df['Glasgow coma score'].astype(str)
nursechart_df['Pain Score'] = nursechart_df['Pain Score'].astype(float)
nursechart_df['GCS Total'] = nursechart_df['GCS Total'].astype(str)