Zero_to_Hero_ML / pages /Intro_DS.py
Sathwikchowdary's picture
Update pages/Intro_DS.py
542f510 verified
raw
history blame
776 Bytes
import streamlit as st
import pandas as pd
import numpy as np
st.markdown("<h2 style='text-align: center; color: ;'>What is Data Science</h2>", unsafe_allow_html=True)
st.markdown(
"<p style='font-size: 16px; color:Blue; font-style: italic'>"
"Data Science is the practice of using data to acquire insights, solve issues, and make choices. It uses math, statistics, programming, and domain expertise to analyse data and extract meaningful information."
"Data science is a multidisciplinary subject concerned with collecting knowledge and insights from organised and unstructured data utilising scientific techniques, procedures, algorithms, and systems. Here's a more detailed look at the major components of data science."
"</p>",
unsafe_allow_html=True
)