File size: 776 Bytes
542f510
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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
)