Multi-dimensional data education
See the structure & context of your learning journey
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#C4C4C4',
'primaryTextColor': '#333333',
'primaryBorderColor': '#A0A0A0'
}
}
}%%
flowchart LR
gs(Getting Started)
gi(Introduction to Git)
pyi(Introduction to Python)
dti(Datetimes in Python)
pa(Introduction to Pandas)
dbi(Introduction to Databases)
pyviz(Data Visualization in Python)
st(Dashboards with Streamlit)
pr1(Project - Analyzing Historical Energy Data)
gs --> pyi
pyi --> pa
pa --> dti
pa --> dbi
gi --> st
pa --> pyviz
gs --> gi
pyviz --> st
dti --> pr1
dbi --> pr1
st --> pr1
click gs call updateFocusCourse()
click gi call updateFocusCourse()
click pyi call updateFocusCourse()
click dti call updateFocusCourse()
click pa call updateFocusCourse()
click dbi call updateFocusCourse()
click pyviz call updateFocusCourse()
click st call updateFocusCourse()
click pr1 call updateFocusCourse()
style gs stroke-width:4px
style pyi fill:#5C6BC0,stroke:#3949AB,color:#FFFFFF
style pa fill:#5C6BC0,stroke:#3949AB,color:#FFFFFF
style gs fill:#5C6BC0,stroke:#3949AB,color:#FFFFFF
style gi fill:#5C6BC0,stroke:#3949AB,color:#FFFFFF
style pyviz fill:#7CB342,stroke:#6B9B37,color:#FFFFFF
style dti fill:#7CB342,stroke:#6B9B37,color:#FFFFFF
style dbi fill:#7CB342,stroke:#6B9B37,color:#FFFFFF
style st fill:#7CB342,stroke:#6B9B37,color:#FFFFFF
style pr1 fill:#7CB342,stroke:#6B9B37,color:#FFFFFF
;