✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Sharon-nyabuto

12 articles · Updated every 3 hours · View all reads

All Articles 189,109Blog Posts 170,867Tech Tutorials 50,677Research Papers 36,770News 23,152 ⚡ AI Lessons
Making Decisions Within Decisions in Python
Dev.to · Sharon-nyabuto 📐 ML Fundamentals ⚡ AI Lesson 2mo ago
Making Decisions Within Decisions in Python
Taking Conditional Logic Further with Nested if Statements Previously, we learnt how to...
Python for Data Analysts: Getting Started
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 2mo ago
Python for Data Analysts: Getting Started
Understanding what Python is, why it matters, and the concepts every beginner will...
Cleaning Messy Phone Numbers in PostgreSQL Using REGEXP_REPLACE
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
Cleaning Messy Phone Numbers in PostgreSQL Using REGEXP_REPLACE
Introduction The first thing anyone that has worked with real world data will tell you is...
SQL Subqueries vs. CTEs: A Guide to Writing Better Queries
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
SQL Subqueries vs. CTEs: A Guide to Writing Better Queries
When you first learn SQL, queries are usually straightforward: you SELECT some columns from a table...
📘SQL JOINs Explained Simply - A Beginner's Guide
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
📘SQL JOINs Explained Simply - A Beginner's Guide
Introduction SQL JOINs are used to combine data from two or more tables into a single...
Applying SQL Concepts: DDL, DML, Filtering, and Data Transformation
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
Applying SQL Concepts: DDL, DML, Filtering, and Data Transformation
Structured Query Language (SQL) is the standard language used to interact with relational databases....
A Comprehensive Guide to Publishing and Embedding Power BI Reports on the Web with IFrames
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
A Comprehensive Guide to Publishing and Embedding Power BI Reports on the Web with IFrames
Microsoft PowerBI is one powerful tool when it comes to analyzing and visualizing data. Power BI...
Understanding Data Modeling in Power BI: Joins, Relationships, and Schemas Explained
Dev.to · Sharon-nyabuto 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
Understanding Data Modeling in Power BI: Joins, Relationships, and Schemas Explained
Ever tried to build a puzzle where half the pieces were in a different room? That is how it feels...