Data Science Articles

Sorted By: Most Recent
Margo Steines Margo Steines
Updated on April 14, 2025

19 Companies Hiring Business Analysts

Business analysts are skilled at parsing huge amounts of information and helping companies make data-informed decisions.

Photo: Shutterstock
Giorgos Myrianthous Giorgos Myrianthous
Updated on April 14, 2025

How to Convert a Dictionary to a Pandas DataFrame

Learn how to convert a Python dictionary into a Pandas DataFrame using the pd.DataFrame.from_dict() method and its options, depending on how the data is structured and stored in the dictionary.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on April 11, 2025

An Introduction to the With Statement in Python

The with statement in Python wraps the execution of a code block using the methods defined by a context manager. It's often used to replace a try-finally block with more concise code. Here's how and when to use the with statement in Python.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on April 11, 2025

How to Write Nested List Comprehensions in Python

A nested list comprehension in Python is a list comprehension placed inside another list comprehension. It's often used for handling lists of lists with only one line of code. Here’s how to write a nested list comprehension in Python.

Image: Shutterstock / Built In
Andika Pratama Andika Pratama
Updated on April 11, 2025

How to Create an Index-Based Search Engine in Python

An index-based search engine in Python is a search engine created in Python that uses an index to quickly retrieve information based on a search query. Learn how to develop your own index-based search engine using Python.

Image: Shutterstock / Built In
Alyssa Schroer Alyssa Schroer
Updated on April 11, 2025

57 Examples of Artificial Intelligence in Business

These companies use AI to enhance business processes, from automating customer support to beefing up cybersecurity.

Image: Shutterstock
Matthew Urwin Matthew Urwin
Updated on April 10, 2025

What Is Quantitative Modeling?

In finance, quantitative modeling is the practice of organizing and interpreting data sets with mathematical formulas to identify trends in the broader markets. Here’s why it’s important, its key characteristics and the tools it involves.

Image: Shutterstock / Built In
Michael Galarnyk Michael Galarnyk
Updated on April 10, 2025

Explaining the Empirical Rule for Normal Distribution

The empirical rule, also known as the 68-95-99.7 rule, states that almost all the data in a normal distribution falls within three standard deviations of the mean. Take a deeper dive into the different aspects of the rule.

Image: Shutterstock / Built In
Satyam Kumar Satyam Kumar
Updated on April 10, 2025

C-Means Clustering Explained

C-means clustering is a clustering technique that groups data points into different clusters and assigns a probability score, allowing a data point to belong to multiple clusters to varying degrees. Here’s how it works and how to install it on Python.

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on April 10, 2025

‘I’ve Learned How Dynamic I Am’: Merck’s Data Science and Informatics Team Nurtures Multidisciplinary Innovation

Merck’s Data Science and Scientific Informatics team of Research and Development Sciences IT is tackling age-old questions and emerging challenges alike with a dynamic multidisciplinary approach — all while serving its mission of saving lives.

Three Merck team members stand next to banner for 2023 MRL Science Symposium
Brand Studio Logo

Related Topics