Data Science Articles

Sorted By: Most Recent
Abdishakur Hassan Abdishakur Hassan
Updated on May 22, 2025

3 Ways to Write Pythonic Conditional Statements

Use inline if/else statements, functions in lists and boolean values to make if/elif/else statements in Python more Pythonic. Here's how to do it.

Dhilip Subramanian Dhilip Subramanian
Updated on May 22, 2025

10 Common SQL Interview Questions

Structured Query Language (SQL) is an essential programming language for performing data exploration and analysis in relational databases. Here’s a list of common SQL interview questions that aspiring data professionals need to prepare for.

Image: Shuterstock / Built In
Erdem İŞBİLEN Erdem İŞBİLEN
Updated on May 22, 2025

What Is the Law of Large Numbers?

The law of large numbers states that increasing the number of trials leads the average of the results to approach an expected value more closely. Here’s how the law works, why it matters, its types and examples of how it’s used.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on May 22, 2025

What Is Extrapolation?

Extrapolation is a statistical technique that uses existing data to predict future or unknown values that fall outside the range of the existing data. Here are common extrapolation methods, how extrapolation works and its pros and cons.

Image: Shutterstock / Built In
Abdishakur Hassan Abdishakur Hassan
Updated on May 22, 2025

What Is SQLite?

SQLite is a relational database management system that is embedded into servers and applications, making it easy to set up and efficient. Here’s how it works, its benefits and possible alternatives to SQLite.

Image: Shutterstock / Built In
Artem Oppermann Artem Oppermann
Updated on May 22, 2025

What Is SCADA (Supervisory Control and Data Acquisition)?

Supervisory Control and Data Acquisition (SCADA) is a system of hardware and software that lets teams monitor and control industrial processes and equipment. Here’s a deep dive into its architecture, components, examples and benefits.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on May 22, 2025

What Is an Algorithm?

Algorithms provide computers with instructions that process data into actionable outputs. Here’s an in-depth look at how algorithms work, common types of algorithms, real-life examples and ways to analyze them.

Image: Shutterstock / Built In
Satyapriya Chaudhari Satyapriya Chaudhari
Updated on May 22, 2025

What Is Descriptive Statistics?

Descriptive statistics describe data through numbers — like mean, median and mode — and graphical methods — like histograms, box plots and pie charts — to make data easier to understand. Here’s an in-depth look at how to calculate them.

Image: Shutterstock / Built In
Edoardo Romani Edoardo Romani
Updated on May 22, 2025

DataCamp: What I Learned After 44 Courses and 308 Hours

There are a lot of resources to help you become a better data scientist. Here’s my experience with one of them — the good and the bad.

Image: Shutterstock / Built In
Michael Galarnyk Michael Galarnyk
Updated on May 22, 2025

Python Dictionary and Dictionary Methods: A Guide

This Python dictionary tutorial covers how to define and access values in a dictionary, how to iterate through a dictionary and various dictionary methods.

Image: Shutterstock / Built In

Related Topics