import streamlit import pandas import numpy st.markdown("

Introduction To Data Science

", unsafe_allow_html=True) st.markdown("

CSS background

", unsafe_allow_html=True) st.markdown( "

" # CSS for styling with the background image custom_css = """ """ # Apply custom CSS st.markdown(custom_css, unsafe_allow_html=True) # Page Title st.markdown("

Data science

", unsafe_allow_html=True) # Section: What is Data Science? 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 some several types of explanations which are given below :

Few Important steps in DS

Data Science has several steps ,such as :

""", unsafe_allow_html=True)