Data Science Articles

Sorted By: Most Recent
Stephen Gossett Stephen Gossett
Updated on August 20, 2025

20 Free Datasets for Data Science Projects

Looking for free datasets to practice with? Check out these ones suggested by data science instructors.

Image: Shutterstock
Abdishakur Hassan Abdishakur Hassan
Updated on August 19, 2025

What Is PostgreSQL?

PostgreSQL is an open-source relational database management system that uses SQL to store and manage data. It supports scalability along with advanced data types and features.

Image: Shutterstock / Built In
Nicolai Berg Andersen Nicolai Berg Andersen
Updated on August 19, 2025

What Is JSON?

We use JSON to both store and transfer data. Here’s what you need to know to try JSON out for yourself.

Image: Shutterstock / Built In
Alex Williams Alex Williams
Updated on August 18, 2025

What Is Apache Hive?

Apache Hive is a distributed data warehouse system built on Apache Hadoop that enables scalable batch processing and SQL-like querying of large data sets using HiveQL.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on August 18, 2025

What Is TensorFlow?

TensorFlow is an open-source machine learning framework developed by Google used to build, train and deploy machine learning and deep learning models for tasks such as predictive analytics, classification and image recognition.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on August 18, 2025

What Is Cassandra?

Cassandra is an open-source, distributed NoSQL database that can manage large volumes of data across multiple servers with high scalability.

Image: Shutterstock / Built In
Terence Shin Terence Shin
Updated on August 12, 2025

10 Advanced SQL Concepts to Know (With Examples)

Advanced SQL is the use of structured query language (SQL) techniques for complex querying, data manipulation and management, using features like CTEs, recursive queries, window functions and advanced joins. Here's 10 advanced SQL concepts to know.

Image: Shutterstock / Built In
Trist'n Joseph Trist'n Joseph
Updated on August 12, 2025

What Is Bootstrapping Statistics?

Bootstrapping is a statistical resampling method that repeatedly samples with replacement from an existing data set to estimate the sampling distribution of a statistic.

Image: Shutterstock / Built in
James Le James Le
Updated on August 12, 2025

The Top 10 Machine Learning Algorithms to Know

A machine learning algorithm is a set of instructions that enables a system to learn patterns from data and make predictions or decisions without being explicitly programmed for each task. Here are the machine learning algorithms beginners should know.

Image: Shutterstock / Built In
Richmond Alake Richmond Alake
Updated on August 12, 2025

Bubble Sort Time Complexity and Algorithm Explained

Bubble sort time complexity describes how the bubble sort algorithm’s runtime scales with input size, being O(n²) in average and worst cases and O(n) in the best case when optimized.

Image: Shutterstock / Built In

Related Topics