RICHARDMENSAH commited on
Commit
557a634
1 Parent(s): 17aea3a

Create casapp.py

Browse files
Files changed (1) hide show
  1. casapp.py +451 -0
casapp.py ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Libraries
2
+ import streamlit as st
3
+ from streamlit_option_menu import option_menu
4
+ from PIL import Image
5
+ import pandas as pd
6
+ import base64
7
+
8
+
9
+
10
+ #set page layout
11
+ st.set_page_config(layout="wide", page_title="CAS LMS Learners", initial_sidebar_state="expanded")
12
+
13
+ #iilo w adepa
14
+ st.title("CAS ONLINE LEARNING SOFTWARE")
15
+
16
+ #subheader
17
+ st.subheader("Online Learning Platform to aid learners with data analytics course modules")
18
+
19
+ st.sidebar.header("CAS Course Structure")
20
+ #elit sidebar uses
21
+ selected_course = st.sidebar.selectbox("Course Overview & Outline", [ "Understanding Data Science and Analytics", "Course Outline", "Excel", "SQL", "PowerBI", "Python", "Streamlit App"])
22
+
23
+ if selected_course == "Understanding Data Science and Analytics":
24
+ st.sidebar.markdown("""
25
+ - [Understanding Data Science and Analytics](https://drive.google.com/file/d/1yDrfPh1ZI_RKsDeMPCagtyXNURWUzQKm/view?usp=sharing)
26
+ - [Introductory Video on Data Science](https://www.youtube.com/watch?v=CPqi9-3aFpM)
27
+ - [Recommended Reading Material](https://online.maryville.edu/blog/data-science-vs-data-analytics/)
28
+ """)
29
+
30
+ if selected_course == "Course Outline":
31
+ st.sidebar.markdown("""
32
+ - [Course Outline](https://docs.google.com/document/d/1r2HnwDv6UhEs3_3lqoR3tot3l8h-_mBi/edit?usp=sharing&ouid=110687076377872168018&rtpof=true&sd=true)
33
+ - [Introductory About CAS](link_to_video)
34
+ """)
35
+
36
+ elif selected_course == "Excel":
37
+ st.button("Englist Course Modules")
38
+ st.sidebar.markdown("""
39
+ - [Excel/Spreadsheet Course Outline](link_to_english_slide)
40
+ - [Introductory Video on Google Spreadsheet](link_to_english_past_questions)
41
+ - [Recommended Reading Material](link_to_english_reading)
42
+ """)
43
+
44
+ elif selected_course == "SQL":
45
+ st.sidebar.markdown("""
46
+ - [SQL Course Outline](link_to_geography_slide)
47
+ - [Introductory Video on SQL](link_to_geography_past_questions)
48
+ - [Recommended Reading Material](link_to_geography_reading)
49
+ """)
50
+
51
+ elif selected_course == "PowerBI":
52
+ st.sidebar.markdown("""
53
+ - [PowerBI Course Outline](link_to_political_science_slide)
54
+ - [Introductory Video on PowerBI](link_to_political_science_past_questions)
55
+ - [Recommended Reading Material](link_to_political_science_reading)
56
+ """)
57
+
58
+ elif selected_course == "Python":
59
+ st.sidebar.markdown("""
60
+ - [Python Course Outline](link_to_philosophy_slide)
61
+ - [Introductory Video on PowerBI](link_to_philosophy_past_questions)
62
+ - [Recommended Reading Material](link_to_philosophy_reading)
63
+ """)
64
+
65
+ elif selected_course == "Streamlit Web App":
66
+ st.sidebar.markdown("""
67
+ - [Streamlit Course Outline](link_to_dance_slide)
68
+ - [Introductory Video on Streamlit](link_to_dance_past_questions)
69
+ - [Recommended Reading Material](link_to_dance_reading)
70
+ """)
71
+
72
+ #week course modules
73
+ # import streamlit as st
74
+
75
+
76
+
77
+
78
+ ##
79
+ ##
80
+ #
81
+ #######
82
+ ### try
83
+ import streamlit as st
84
+ # Define a dictionary with courses as keys and their modules grouped by weeks and days
85
+ course_modules = {
86
+ "Excel": {
87
+ "Week 1": {
88
+ "Monday": ["Introduction to Excel", "Basic Formulas"],
89
+ "Tuesday": ["Advanced Formulas", "Data Visualization in Excel"],
90
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
91
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
92
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
93
+ "Saturday" : ["Assigment", "Team Collaboration"],
94
+ "Sunday": ["Assignment Submission"],
95
+ # Add more days and corresponding modules for Week 1 of Excel
96
+ },
97
+ "Week 2": {
98
+ "Monday": ["Advanced Excel Techniques", "Pivot Tables"],
99
+ "Tuesday": ["Macros and Automation", "Excel for Data Analysis"],
100
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
101
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
102
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
103
+ "Saturday" : ["Assigment", "Team Collaboration"],
104
+ "Sunday": ["Assignment Submission"],
105
+ # Add more days and corresponding modules for Week 2 of Excel
106
+ },
107
+ "Week 3": {
108
+ "Monday": ["Introduction to Excel", "Basic Formulas"],
109
+ "Tuesday": ["Advanced Formulas", "Data Visualization in Excel"],
110
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
111
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
112
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
113
+ "Saturday" : ["Assigment", "Team Collaboration"],
114
+ "Sunday": ["Assignment Submission"],
115
+ # Add more days and corresponding modules for Week 1 of Excel
116
+ },
117
+ # Add more weeks and corresponding days/modules for Excel
118
+
119
+ },
120
+
121
+ "SQL": {
122
+ "Week 1": {
123
+ "Monday": ["Introduction to SQL", "Querying Databases"],
124
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
125
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
126
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
127
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
128
+ "Saturday" : ["Assigment", "Team Collaboration"],
129
+ "Sunday": ["Assignment Submission"],
130
+ # Add more days and corresponding modules for Week 1 of SQL
131
+ },
132
+
133
+ "Week 2": {
134
+ "Monday": ["Introduction to SQL", "Querying Databases"],
135
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
136
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
137
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
138
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
139
+ "Saturday" : ["Assigment", "Team Collaboration"],
140
+ "Sunday": ["Assignment Submission"],
141
+ # Add more days and corresponding modules for Week 1 of SQL
142
+ },
143
+
144
+ "Week 3": {
145
+ "Monday": ["Introduction to SQL", "Querying Databases"],
146
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
147
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
148
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
149
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
150
+ "Saturday" : ["Assigment", "Team Collaboration"],
151
+ "Sunday": ["Assignment Submission"],
152
+ # Add more days and corresponding modules for Week 1 of SQL
153
+ },
154
+
155
+
156
+ # Add more weeks and corresponding days/modules for SQL
157
+ },
158
+
159
+ "PowerBI": {
160
+ "Week 1": {
161
+ "Monday": ["Introduction to SQL", "Querying Databases"],
162
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
163
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
164
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
165
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
166
+ "Saturday" : ["Assigment", "Team Collaboration"],
167
+ "Sunday": ["Assignment Submission"],
168
+ # Add more days and corresponding modules for Week 1 of SQL
169
+ },
170
+
171
+ "Week 2": {
172
+ "Monday": ["Introduction to SQL", "Querying Databases"],
173
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
174
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
175
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
176
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
177
+ "Saturday" : ["Assigment", "Team Collaboration"],
178
+ "Sunday": ["Assignment Submission"],
179
+ # Add more days and corresponding modules for Week 1 of SQL
180
+ },
181
+
182
+ "Week 3": {
183
+ "Monday": ["Introduction to SQL", "Querying Databases"],
184
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
185
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
186
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
187
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
188
+ "Saturday" : ["Assigment", "Team Collaboration"],
189
+ "Sunday": ["Assignment Submission"],
190
+ # Add more days and corresponding modules for Week 1 of SQL
191
+ },
192
+ # Add more weeks and corresponding days/modules for SQL
193
+ },
194
+
195
+ "Python": {
196
+ "Week 1": {
197
+ "Monday": ["Introduction to SQL", "Querying Databases"],
198
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
199
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
200
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
201
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
202
+ "Saturday" : ["Assigment", "Team Collaboration"],
203
+ "Sunday": ["Assignment Submission"],
204
+ # Add more days and corresponding modules for Week 1 of SQL
205
+ },
206
+
207
+ "Week 2": {
208
+ "Monday": ["Introduction to SQL", "Querying Databases"],
209
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
210
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
211
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
212
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
213
+ "Saturday" : ["Assigment", "Team Collaboration"],
214
+ "Sunday": ["Assignment Submission"],
215
+ # Add more days and corresponding modules for Week 1 of SQL
216
+ },
217
+
218
+ "Week 3": {
219
+ "Monday": ["Introduction to SQL", "Querying Databases"],
220
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
221
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
222
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
223
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
224
+ "Saturday" : ["Assigment", "Team Collaboration"],
225
+ "Sunday": ["Assignment Submission"],
226
+ # Add more days and corresponding modules for Week 1 of SQL
227
+ },
228
+
229
+ "Week 4": {
230
+ "Monday": ["Introduction to SQL", "Querying Databases"],
231
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
232
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
233
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
234
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
235
+ "Saturday" : ["Assigment", "Team Collaboration"],
236
+ "Sunday": ["Assignment Submission"],
237
+ # Add more days and corresponding modules for Week 1 of SQL
238
+ },
239
+
240
+
241
+ # Add more weeks and corresponding days/modules for SQL
242
+ },
243
+
244
+ "Streamlit App": {
245
+ "Week 1": {
246
+ "Monday": ["Introduction to SQL", "Querying Databases"],
247
+ "Tuesday": ["Joins and Relationships", "Advanced SQL Queries"],
248
+ "Wednesday": ["Advanced Formulas1", "Data Visualization in Excel 2"],
249
+ "Thursday": ["Advanced Formulas 3", "Data Visualization in Excel 4"],
250
+ "Friday": ["Advanced Formulas", "Data Visualization in Excel"],
251
+ "Saturday" : ["Assigment", "Team Collaboration"],
252
+ "Sunday": ["Assignment Submission"],
253
+ # Add more days and corresponding modules for Week 1 of SQL
254
+ },
255
+ },
256
+ # Add other courses with their respective weeks, days, and modules
257
+ }
258
+
259
+ # Create columns for select boxes - course, week, and day
260
+ col1, col2, col3 = st.columns(3)
261
+
262
+ # Select box for Course in the first column
263
+ with col1:
264
+ selected_course = st.selectbox("Select Course", list(course_modules.keys()))
265
+
266
+
267
+ # Select box for Week in the second column
268
+ with col2:
269
+ selected_week = st.selectbox("Select Week", list(course_modules[selected_course].keys()))
270
+
271
+ # Select box for Day in the third column
272
+ with col3:
273
+ selected_day = st.selectbox("Select Day", list(course_modules[selected_course][selected_week].keys()))
274
+
275
+ # Function to display modules for the selected course, week, and day
276
+ def display_modules(course, week, day):
277
+ modules = course_modules[course][week][day]
278
+ st.write(f"### Modules for {course} on {day} of {week}")
279
+ for module in modules:
280
+ st.write(f"- {module}")
281
+
282
+ # Button to display modules
283
+ if st.button("Show Modules"):
284
+ display_modules(selected_course, selected_week, selected_day)
285
+
286
+
287
+ #side
288
+ st.sidebar.header("CAS Company")
289
+
290
+ #Adding option menu in sidebar
291
+ with st.sidebar:
292
+ selected = option_menu(
293
+ menu_title=None, #main menu
294
+ options=["Home", "About US", "CAS Services" ],
295
+ icons=["house", "book", "envelope"],
296
+ menu_icon="cast",
297
+ default_index=0,
298
+ styles={
299
+ "container": {"pardding": "0!important", "background-color": ""},
300
+ "icon": {"color": "orange", "font-size": "25px"},
301
+ "nav-link":{
302
+ "font-size": "25px",
303
+ "text-align": "left",
304
+ "margin": "0px",
305
+ "--hover-color": "#eee",
306
+ },
307
+ "nav-link-selected": {"background-color": "green"},
308
+ }
309
+
310
+
311
+ )
312
+
313
+ # Check the selected menu option
314
+ # CREATE PAGES
315
+ if selected == "Home":
316
+ st.title("Home Page")
317
+ st.subheader("Hi, Data Analytics Learners, Our course Modules are designed to break you to innovate with deep commitment to solve complex data problems :wave:")
318
+ #st.write("[Learn More>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
319
+ st.write("[Explore More videos>](https://www.youtube.com/channel/UCy8mA8rIZnIdG3BRCCfyfsA)")
320
+ #
321
+ st.title("About CAS ANALYTICS PROGRAMME")
322
+ st.subheader("Vision")
323
+ st.write("Our training programs aspire to empower individuals with comprehensive knowledge and practical skills in data analytics. We envision a future where our participants become proficient analysts, capable of leveraging data to drive innovation and make informed decisions across diverse industries.")
324
+ #philo
325
+ st.subheader("Philosophy")
326
+ st.write("Our philosophy revolves around providing holistic training that merges theoretical understanding with practical application. We believe in cultivating an environment that nurtures curiosity, critical thinking, and adaptability-essential traits for success in the dynamic field of data analytics.")
327
+ #Readiness 4 challenge
328
+ st.subheader("Readiness for Challenge")
329
+ st.write("Ou training philosophy lies in the belief that true growth comes from embracing challenges. We inspire to prepare our participants to tackle complex analytical problems head-on. We encourage them to step out oftheir comfort zones, embrace uncertainty, and view challenges as opportunities for learning and growth. Our programs instill resilience, adaptability, and a proactive mindset essential for success in the dynamic field of data analytics.")
330
+ #core value
331
+ st.subheader("Core Value")
332
+ st.markdown("""
333
+ - Excellence: Striving for excellence in imparting knowledge and skills, ensuring high-quality education and practical application
334
+ - Innovation: Encouraging creative thinking and innovation in problem-solving within the realm of data analytics.
335
+ - Adaptability: Embracing change and evolving alongside technological advancements in the analytics landscape.
336
+ - Collaboration: Fostering a collaborative environment where diverse perspectives contribute to a rich learning experience.
337
+ """)
338
+ #Educational Guiding
339
+ st.subheader("Educational Guiding Principles")
340
+ st.markdown("""
341
+ - Hands-On Learning: Emphasizing practical, hands-on experience to reinforce theoretical knowledge
342
+ - Continuous Improvement: Promoting continuous learning and skill enhancement to stay updated with industry trends and best practices.
343
+ - Mentorship: Providing mentorship and guidance from seasoned professionals to support individual growth and development
344
+ - Real-World Relevance: Aligning curriculum and exercises with real-world scenarios to prepare participants for industry demands.
345
+ - Diversity and Collaboration: Valuing diverse perspectives and encouraging collaboration to foster a rich exchange of ideas
346
+ """)
347
+
348
+
349
+
350
+
351
+ elif selected == "About US":
352
+ st.title("About Us")
353
+ if st.button("Read About CAS"):
354
+ st.title("Center for Analytics Services")
355
+ st.subheader("Introduction")
356
+ st.write("The Center for Analytics Services is a pioneering data analytics company, committed to delivering innovative solutions to provide advanced analytics consulting to businesses and to offer intensive training programs for students and professionals seeking to enhance their expertise in data analytics and advanced analytical tools. With a commitment to excellence, our center serves as a hub for fostering innovation, driving business intelligence, and empowering individuals to thrive in the data-driven era. With a strong focus on Machine Learning, AI, and advanced analytics, we aim to revolutionize the way organizations make strategic decisions, optimize operations, and achieve sustainable growth")
357
+ #vision
358
+ st.subheader("Vision")
359
+ st.write("Our vision is to be the leading provider of advanced analytics and AI services in Ghana, empowering organizations, and individuals across industries to thrive in an increasingly data-centric world. ")
360
+ #mision
361
+ st.subheader("Mission")
362
+ st.write("Our mission is to bridge the gap between data and decision-making, empowering organizations to extract actionable insights and individuals to build rewarding careers in the field of analytics.")
363
+ #pro
364
+ st.subheader("Problem Statement")
365
+ st.write("In today’s dynamic business landscape of Ghana, organizations are grappling with a significant challenge, effectively harnessing their abundant data. Despite the exponential growth in data, converting this a challenge. Traditional analytical methods often prove inadequate in revealing concealed opportunities, understanding, and optimizing operations. Limited professionals skilled in advanced data analytics and machine learning further compounds the issue, impeding businesses from unlocking the full potential of their data. Center for Analytics Services has emerged to confront these challenges head-on. Our mission is to bridge the gap between data and effective decision-making by delivering state-of-the-art solutions, actionable insights, and expert guidance with AI technologies and BI tools")
366
+ #services
367
+ st.subheader("Services")
368
+ st.markdown("""
369
+ - Advanced Analytics Consulting
370
+ - Professional Analytics Training
371
+ """)
372
+ #objectives
373
+ st.subheader("Objectives")
374
+ st.write("Our primary objective is to")
375
+ st.markdown("""
376
+ - To provide professional training for organizations, staff, professionals, and students with modern AI skills to bridge the knowledge gap in analysis and deployment
377
+ - Enable businesses harness the full potential of their data by providing cutting-edge analytics solutions.
378
+ - To implement real-time reporting and dashboards
379
+ - Empower organizations with actionable insights and data-driven strategies, ultimately helping them drive efficiency, enhance competitiveness, and unlock new opportunities in the digital age
380
+ """)
381
+ # training
382
+ st.subheader("Training Programmes")
383
+ st.markdown("""
384
+ - Professional Development Programs: Equip professionals with the latest tools and techniques in data analytics, ensuring they stay ahead in a rapidly evolving landscape
385
+ - Career Transition Workshops: Facilitate career transitions by providing intensive training programs for individuals looking to enter the field of data analytics or data science.
386
+ - Student Training Initiatives: Collaborate with educational institutions to offer specialized training programs, preparing students for successful careers in analytics.
387
+ """)
388
+ #
389
+ st.markdown("The Center for Analytics Services is committed to driving excellence in advanced data analyticsin Ghana and Africa. We aim to empower organizations and individuals to harness the full potential of data, paving the way for a future where informed decision-making is at the heart of success.")
390
+
391
+ elif selected == "Our Services":
392
+ st.title("Read About Our Services")
393
+
394
+ #ADDING COURSES
395
+ def main():
396
+ st.sidebar.subheader("All Courses")
397
+ selected = st.sidebar.selectbox("Select a Course", ["Excel", "SQL", "PowerBI", "Python", "Streamlit App"])
398
+
399
+ if selected == "Excel":
400
+ st.title("Excel/Google Spreadsheet")
401
+ st.subheader("Introduction to Google Spreadsheet")
402
+ st.write("This course will introduce learners to the fundamental concepts of data analysis using Excel/Spreadsheet. Participants will learn to organize, clean, analyze, and visualize data using basic to advanced Excel/Spreadsheet functions and tools.")
403
+
404
+ # Week 1
405
+ st.title("Week 1")
406
+ st.subheader("Overview of Spreadsheet and Preparing Data")
407
+
408
+ # Document download
409
+ st.write("Download document to understand navigation in a spreadsheet and data preparation with required format types")
410
+ # Add your document link or download button here
411
+
412
+ # Presentation or Document
413
+ st.markdown('<iframe src="https://docs.google.com/presentation/d/1Gi6ds4bqWG2mF_xEMr6kCm4nFYHA1gji/edit#slide=id.p1" \
414
+ width="100%" height="600" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" \
415
+ webkitallowfullscreen="true"></iframe>', unsafe_allow_html=True)
416
+
417
+ # Video
418
+ st.subheader("Accessing Google Spreadsheet for the First Time")
419
+ st.write("A brief video to assist learners in accessing a spreadsheet on the local machine")
420
+ st.video("https://www.youtube.com/watch?v=b-_EKDi8rao")
421
+
422
+
423
+ # Button for Week 2
424
+ if st.button("Week 2"):
425
+ st.subheader("Advanced Functions")
426
+ # Add content for Week 2 here
427
+
428
+ # Button for Week 3, and so on...
429
+ if st.button("Week 3"):
430
+ st.subheader("Data Visualization in Excel")
431
+ # Add content for Week 3 here
432
+
433
+ if selected == "SQL":
434
+ st.title("Excel/Google Spreadsheet")
435
+ st.subheader("Introduction to Google Spreadsheet")
436
+ st.write("This course will introduce learners to the fundamental concepts of data analysis using Excel/Spreadsheet. Participants will learn to organize, clean, analyze, and visualize data using basic to advanced Excel/Spreadsheet functions and tools.")
437
+
438
+ # Week 1
439
+ st.title("Week 1")
440
+ st.subheader("Overview of Spreadsheet and Preparing Data")
441
+
442
+
443
+
444
+ if __name__ == "__main__":
445
+ main()
446
+
447
+ st.sidebar.markdown("---")
448
+ st.sidebar.markdown("Feel free to explore and enhance your learning experience!")
449
+
450
+ # Additional instructions, FAQs, or guidance can be added here for students.
451
+