import streamlit as st # Aliased streamlit as 'st' for consistency import pandas as pd import numpy as np # Header Section st.markdown( "

DATA SCIENCE INTRODUCTION

", unsafe_allow_html=True ) # Main Content Section st.markdown( """

What is Data Science

It combines techniques from statistics, computer science, mathematics, and domain expertise to analyze and interpret data effectively. In essence, data science transforms raw data into actionable insights, driving smarter decisions across industries. There are several types of applications, as explained below:

Few Important Steps in Data Science

Data Science involves several steps, such as:

""", unsafe_allow_html=True )