• Blog
  • YouTube
  • Discord
Data Freelancing
Mentorships

Ryan Nolan

Ryan is a Data Scientist at a fintech company, where he focuses on fraud prevention in underwriting and risk. Before that, he worked as a Data Analyst at a tax software company. He holds a degree in Electrical Engineering from UCF.

  • Home
  • Ryan Nolan
  • Page 9
Python Pandas

Pandas loc

March 18, 2025 Ryan Nolan No comments yet

Pandas loc stands for location. Today we are going through 15 different examples showcasing how this works. Unlike iloc which uses integers for location, loc utilizes strings. If you want to follow this tutorial on YouTube, we have a video down below. Start by importing pandas as pd. We are going to create a dataframe […]

Python Pandas

Pandas iloc

March 18, 2025 Ryan Nolan No comments yet

In Python Pandas iloc stands for integer location. In this lesson we are going over 12 different examples of how we can utilize this to grab data within our dataframes. If you want to watch a video tutorial of this lesson it is linked below. Import in Pandas To start we’re going to create a […]

Python Pandas

Pandas Merge

March 17, 2025 Ryan Nolan No comments yet

Merges in Python Pandas are like joins in SQL. In this lesson we are going to go through 7 different examples of using Merge. It will cover frequently used merges like left and inner while still going over infrequently used ones like full outer and cross. This tutorial is based on a YouTube video we […]

Python Pandas

Pandas Concat

March 17, 2025 Ryan Nolan No comments yet

By utilizing Pandas Concat, data scientists can stack dataframes by rows or columns. This tutorial will go over both approaches. If you want to watch a visual representation of the code provided, a YouTube video is linked down below. Tutorial Set Up Before we jump into using, we have to import in Pandas and create […]

Python Pandas

Pandas Apply

March 15, 2025 Ryan Nolan No comments yet

Pandas Apply allows you to apply a function to rows or columns within a dataframe. In this lesson we will be taking a look at 8 different examples of using Apply, so that you can understand the different approaches of using it. If you would rather follow along to a video, we have one on […]

Python Pandas

Pandas Value Counts

March 14, 2025 Ryan Nolan No comments yet

Let’s take a look at different ways we can count a specific value in a column from a pandas dataframe. Many different data science and machine learning use cases care about element value frequency, so the ability to produce these values for 1 or multiple specific values is important. On top of this, we may […]

Python Pandas

Filter Pandas Dataframe with multiple conditions

March 13, 2025 Ryan Nolan No comments yet

Let’s take a look at a few different ways to filter and select rows in a pandas dataframe based on multiple conditions. If you want to watch a YouTube video based on this tutorial, it is embedded below. To start we’re going to create a simple dataframe in python: pd.dataframe created 6 functions to filter […]

Python Pandas

Pandas Melt

March 13, 2025 Ryan Nolan No comments yet

In this lesson, we are going to take a look at the Pandas Melt function. This is a way to transform a dataframe to convert columns to rows. Later in this lesson, we will take a look at some of the benefits of using melt with a groupby and plotting. This lesson is based on […]

Time Series

Box Cox Transformation Time Series

March 11, 2025 Ryan Nolan No comments yet

By utilizing a Box-Cox transformation on your time series data, you can help stabilize the variance, which is an important step in making data stationary. Once you apply the transformation you should also consider differencing which will be covered in this lesson. Pre Box-Cox Transform Post Box-Cox Transform One limitation to using the Box-Cox transformation […]

Python Pandas

Pandas Query

March 11, 2025 Ryan Nolan No comments yet

By using query, you can simply filter down a dataframe in a more readable format. In this lesson we will go over how to use this with numbers, strings, variables, and more. If you want to watch a YouTube video, the one this lesson is based on is down below. Let’s start by importing in […]

Posts pagination

Previous 1 … 8 9 10 11 Next

Search

Categories

  • LangChain 2
  • LeetCode 8
  • Linear Algebra 7
  • Python 16
  • Python Pandas 30
  • scikit-learn 18
  • Statistics 20
  • Time Series 6
  • Uncategorized 2
  • Web Scraping 4

Recent posts

  • Python tuples
  • Python While Loops
  • eigenanalysis Python

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy