Data Science Articles

Sorted By: Most Recent
Giorgos Myrianthous Giorgos Myrianthous
Updated on August 28, 2024

How to Copy a File With Python

Python’s shutil module offers four different ways to copy a file. Picking the right one depends on your use-case. Here’s what you need to know.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on August 28, 2024

Understanding Duck Typing in Python

Duck typing in Python is a term used to illustrate that code will execute an action based on the types of built-in objects being processed. Here’s what to know.  

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on August 28, 2024

A Beginner’s Guide to Using Pandas for Text Data Wrangling With Python

Mastering the basic Pandas tools and skill sets is important for generating the type of clean and interpretable text data that allows for insights. Here’s a guide to getting started.

Image: Shutterstock / Built In
Parul Pandey Parul Pandey
Updated on August 28, 2024

Sorting Data Frames in Pandas: A Hands-On Guide

Sorting data is easy with the Pandas library. This tutorial introduces you to the basics.

Image: Shutterstock / Built In
Jenny Lyons-Cunha Jenny Lyons-Cunha
Updated on August 22, 2024

What Is Data Mapping?

It’s the first step in cultivating an accurate and secure data management system.

Image: Shutterstock
Ari Joury, Ph.D. Ari Joury, Ph.D.
Updated on August 22, 2024

How Ontology and Data Go Hand-in-Hand

Ontology is an old philosophical concept that has found itself at the frontiers of machine learning and natural language processing. Here, our expert explains what you need to know.

Image: Shutterstock / Built In
Stephen Gossett Stephen Gossett
Updated on August 21, 2024

22 Python Data Science Courses and Bootcamps to Know

Sorry, R-ficionados. This is Python country.

Image: Shutterstock
Metin Kortak Metin Kortak
Updated on August 21, 2024

How to Securely Transfer Files Using SFTP

Secure file transfer protocol (SFTP) is a secure and encrypted method of transferring files over a network. Learn how it works.

Image: Shutterstock / Built In
Mae Rice Mae Rice
Updated on August 20, 2024

30 Data Science Applications and Examples

Data science is used in a variety of industries — some might even surprise you. Check out these examples.

Image: Shutterstock
Afroz Chakure Afroz Chakure
Updated on August 20, 2024

How to Preprocess Data in Python

Here’s a step-by-step tutorial on data preprocessing implementation using Python, NumPy and Pandas.

Image: Shutterstock

Related Topics