class Elena:
def __init__(self):
self.role = "data analysis and machine learning enthusiast"
self.learning = ["python", "sql", "data analysis", "ml fundamentals"]
self.favorite_part = "finding patterns and making sense of data"
self.current_project = "BRFSS 2015 Diabetes Health Indicators Analysis"
self.mindset = "learning step by step and enjoying the process"I enjoy working with data
cleaning it exploring it and slowly turning it into something meaningful
right now im learning more about data analysis and machine learning
and building my skills one project at a time
python for analysis and project building
sql for working with structured data
data analysis for exploring trends patterns and insights
machine learning for understanding how models learn from data
git and github for sharing and tracking projects
project = {
"name": "BRFSS 2015 Diabetes Health Indicators Analysis",
"type": "exploratory data analysis",
"focus": [
"BMI",
"age",
"blood pressure",
"cholesterol",
"physical health",
"mental health",
"income",
"education",
"lifestyle habits"
],
"goal": "find meaningful patterns and relationships in the data"
}this project explores the BRFSS 2015 diabetes health indicators dataset
the goal is not to prove direct causation but to discover useful patterns and relationships between health and lifestyle related variables
while learning:
stay curious
trust the process
keep building