File size: 8,493 Bytes
e0c706b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
import streamlit as st
import streamlit.components.v1 as components
import networkx as nx
import matplotlib.pyplot as plt
from pyvis.network import Network
import got 
import numpy as np
import pandas as pd
import time
import re
import graphviz as graphviz
import pydeck as pdk

from st_click_detector import click_detector

st.graphviz_chart('''
    digraph {
Income ->  AbleToBuyOnlyNecessities
Income ->  DifficultyBuyingNecessities
Income ->  DifficultyWithMoneyManagement
Income ->  LowNoIncome
Income ->  UninsuredMedicalExpenses
            }
''')

st.graphviz_chart('''
    digraph {
Income ->  Continuityof  ->  Care
Income ->  Durable  ->  Medical  ->  Equipment
Income ->  Finances
Income ->  LegalSystem
Income ->  Medical  ->  Dental  ->  Care
Income ->  Medication  ->  Coordination  ->  Ordering
Income ->  Other  ->  Community  ->  Resources
Income ->  SocialWork  ->  Counseling  ->  Care
Income ->  Supplies
            }
''')

st.graphviz_chart('''
    digraph {
MentalHealth ->  Apprehension  ->  Undefined  ->  Fear  ->  Anxious
MentalHealth ->  Attempts  ->  Suicide  ->  Homicide
MentalHealth ->  Difficulty  ->  Managing  ->  Anger
MentalHealth ->  Difficulty  ->  Managing  ->  Stress
MentalHealth ->  Expresses  ->  Suicidal  ->  Homicidal  ->  Thoughts
MentalHealth ->  False  ->  Beliefs  ->  Delusions
MentalHealth ->  False  ->  Perceptions  ->  Hallucinations  ->  Illusions
MentalHealth ->  FlatAffect  ->  LackofEmotion
MentalHealth ->  Irritable  ->  Agitated  ->  Aggressive
MentalHealth ->  LossofInterest  ->  Involvementin  ->  ActivitiesSelfCare
MentalHealth ->  MoodSwings
MentalHealth ->  Narrowedto  ->  Scattered  ->  Attention  ->  Focus
MentalHealth ->  Purposeless  ->  Compulsive  ->  RepetitiveActivity
MentalHealth ->  Sadness  ->  Hopelessness  ->  Decreased  ->  SelfEsteem
MentalHealth ->  Somatic  ->  Complaints  ->  Fatigue
            }
''')

st.graphviz_chart('''
    digraph {
MentalHealth ->  Anger  ->  Management
MentalHealth ->  Behavioral  ->  Health  ->  Care
MentalHealth ->  Communication
MentalHealth ->  Continuityof  ->  Care
MentalHealth ->  Coping  ->  Skills
MentalHealth ->  Dietary  ->  Management
MentalHealth ->  Discipline
MentalHealth ->  EndofLife  ->  Care
MentalHealth ->  Interaction
MentalHealth ->  LegalSystem
MentalHealth ->  Medical  ->  Dental  ->  Care
MentalHealth ->  Medication  ->  ActionSideEffects
MentalHealth ->  Medication  ->  Administration
MentalHealth ->  Medication  ->  CoordinationOrdering
MentalHealth ->  Nursing  ->  Care
MentalHealth ->  Nutritionist  ->  Care
MentalHealth ->  Other  ->  Community  ->  Resources
MentalHealth ->  Relaxation  ->  Breathing  ->  Techniques
MentalHealth ->  Rest  ->  Sleep
MentalHealth ->  Safety
MentalHealth ->  Screening  ->  Procedures
MentalHealth ->  SignsSymptoms  ->  MentalEmotional
MentalHealth ->  SignsSymptoms  ->  Physical
MentalHealth ->  SocialWork  ->  Counseling  ->  Care
MentalHealth ->  Stress  ->  Management
MentalHealth ->  Support  ->  Group
MentalHealth ->  Support  ->  System
MentalHealth ->  Wellness
            }
''')


st.graphviz_chart('''
    digraph {
Respiration ->  Abnormal  ->  BreathSoundsCrackles
Respiration ->  Abnormal  ->  IrregularBreathPatterns
Respiration ->  Abnormal  ->  RespiratoryLaboratoryResults
Respiration ->  Abnormal  ->  Sputum
Respiration ->  Cough
Respiration ->  Noisy  ->  RespirationswheezingRalesRhonchi
Respiration ->  Rhinorrhea  ->  NasalCongestion
Respiration ->  UnabletoBreathe  ->  Independently
            }
''')

st.graphviz_chart('''
    digraph {
Respiration ->  Anatomy  ->  Physiology
Respiration ->  Continuityof  ->  Care
Respiration ->  Coping  ->  Skills
Respiration ->  Dietary  ->  Management
Respiration ->  Durable  ->  Medical  ->  Equipment
Respiration ->  Education
Respiration ->  EndofLife  ->  Care
Respiration ->  Environment
Respiration ->  Exercises
Respiration ->  Infection  ->  Precautions
Respiration ->  Laboratory  ->  Findings
Respiration ->  Medical  ->  Dental  ->  Care
Respiration ->  Medication  ->  Action  ->  SideEffects
Respiration ->  Medication  ->  Administration
Respiration ->  Medication  ->  Prescription
Respiration ->  Medication  ->  SetUp
Respiration ->  Mobility  ->  Transfers
Respiration ->  Nursing  ->  Care
Respiration ->  Positioning
Respiration ->  Relaxation  ->  Breathing  ->  Techniques
Respiration ->  Respiratory  ->  Care
Respiration ->  Respiratory  ->  Therapy  ->  Care
Respiration ->  Safety
Respiration ->  Screening  ->  Procedures
Respiration ->  SignsSymptoms  ->  MentalEmotional
Respiration ->  SignsSymptoms  ->  Physical
Respiration ->  Specimen  ->  Collection
Respiration ->  Supplies
Respiration ->  Support  ->  Group
Respiration ->  Support  ->  System
Respiration ->  Wellness
            }
''')


st.graphviz_chart('''
    digraph {
Circulation ->  Abnormal  ->  BloodPressureReading
Circulation ->  Abnormal  ->  CardiacLaboratoryResults
Circulation ->  Abnormal  ->  Clotting
Circulation ->  Abnormal  ->  HeartSoundsMurmurs
Circulation ->  Anginal  ->  Pain
Circulation ->  Cramping  ->  Pain  ->  ofExtremities
Circulation ->  Decreased  ->  Pulses
Circulation ->  Discoloration  ->  ofSkinCyanosis
Circulation ->  EdemaSwelling  ->  inlegsarmsfeet
Circulation ->  ExcessivelyRapid  ->  HeartRate
Circulation ->  IrregularHeartRate
Circulation ->  SyncopalEpisodes  ->  Fainting  ->  Dizziness
Circulation ->  TemperatureChange  ->  inAffectedArea
Circulation ->  Varicosities
            }
''')

st.graphviz_chart('''
    digraph {
Circulation ->  Anatomy  ->  Physiology
Circulation ->  Cardiac  ->  Care
Circulation ->  Continuityof  ->  Care
Circulation ->  Coping  ->  Skills
Circulation ->  Dietary  ->  Management
Circulation ->  Durable  ->  Medical  ->  Equipment
Circulation ->  Exercises
Circulation ->  Finances
Circulation ->  Infection  ->  Precautions
Circulation ->  Laboratory  ->  Findings
Circulation ->  Medical  ->  Dental  ->  Care
Circulation ->  Medication  ->  Action  ->  SideEffects
Circulation ->  Medication  ->  Administration
Circulation ->  Medication  ->  SetUp
Circulation ->  Mobility  ->  Transfers
Circulation ->  Nursing  ->  Care
Circulation ->  Personal  ->  Hygiene
Circulation ->  Relaxation  ->  Breathing  ->  Techniques
Circulation ->  Safety
Circulation ->  Screening  ->  Procedures
Circulation ->  SignsSymptoms  ->  MentalEmotional
Circulation ->  SignsSymptoms  ->  Physical
Circulation ->  Support  ->  Group
Circulation ->  Support  ->  System
Circulation ->  Wellness
            }
''')

df = pd.read_csv("testfile.csv")
@st.cache
def convert_df(df):
   return df.to_csv().encode('utf-8')
csv = convert_df(df)
st.download_button(
   "Press to Download",
   csv,
   "testfile.csv",
   "text/csv",
   key='download-csv'
)


st.title('Streamlit Visualization')
dataframe = pd.DataFrame(np.random.randn(10, 20),
  columns = ('col %d' % i
    for i in range(20)))
st.write(dataframe)

dataframe = pd.DataFrame(np.random.randn(10, 5),
  columns = ('col %d' % i
    for i in range(5)))
dataframe
st.write('This is a line_chart.')
st.line_chart(dataframe)

st.write('This is a area_chart.')
st.area_chart(dataframe)

st.write('This is a bar_chart.')
st.bar_chart(dataframe)

st.write('Map data')
data_of_map = pd.DataFrame(
  np.random.randn(1000, 2) / [60, 60] + [36.66, -121.6],
  columns = ['latitude', 'longitude'])
st.map(data_of_map)


st.title('Pyvis VisJS DOTlang Legend')

Network(notebook=True)
# make Network show itself with repr_html

def net_repr_html(self):
  nodes, edges, height, width, options = self.get_network_data()
  html = self.template.render(height=height, width=width, nodes=nodes, edges=edges, options=options)
  return html

Network._repr_html_ = net_repr_html

st.sidebar.title('Choose your favorite Graph')
option=st.sidebar.selectbox('select graph',('Simple','Karate', 'GOT'))
physics=st.sidebar.checkbox('add physics interactivity?')
got.simple_func(physics)

if option=='Simple':
  HtmlFile = open("test.html", 'r', encoding='utf-8')
  source_code = HtmlFile.read() 
  components.html(source_code, height = 900,width=900)

got.got_func(physics)

if option=='GOT':
  HtmlFile = open("gameofthrones.html", 'r', encoding='utf-8')
  source_code = HtmlFile.read() 
  components.html(source_code, height = 1200,width=1000)

got.karate_func(physics)

if option=='Karate':
  HtmlFile = open("karate.html", 'r', encoding='utf-8')
  source_code = HtmlFile.read() 
  components.html(source_code, height = 1200,width=1000)