Publications by P. Tallon

Sports Analytics Assignment 4

14.12.2024

Introduction In this project, we analyzed red zone football plays to uncover strategic insights that can enhance offensive and defensive decision-making. By merging datasets from games, players, plays, and tracking, we filtered red zone plays (within the opponent’s 20-yard line) and evaluated key factors such as player movements, offensive f...

6342 sym Python (15689 sym/22 pcs) 6 img 6 tbl

Assignment 3 IS470

05.11.2024

Introduction This project explores NFL player movement to provide insights into crowding and tackle probability. Building on an initial “Traffic Meter Scale,” We enhanced the analysis by incorporating new metrics, such as tackle probability, opponent density, and crowding indices. These additional calculations allow for a more comprehensive...

4805 sym R (12979 sym/6 pcs) 3 img 1 tbl

Best Kicker: NFL Analysis

15.10.2024

Introduction In this analysis, I aimed to evaluate the performance of NFL kickers, specifically focusing on their success in making field goals. Utilizing data from the 2022 NFL Big Data Bowl, I filtered the plays to concentrate solely on field goals, allowing for a targeted analysis of top-performing kickers. This approach incorporates key met...

4218 sym R (4074 sym/3 pcs) 2 img 1 tbl

Loyola University Maryland IS470 Assignment 2

14.10.2024

Introduction Here is an intro section. Here you can explain at a high level what you did to determine who is the best kicker. Description of Project Talk about your data. Go into detail on what you did to subset your data, what type of results you considered, etc. Data Visualization Talk about your visualizations, what they show, and what you ...

1122 sym R (6222 sym/6 pcs) 5 img 1 tbl

Demo 1

07.10.2024

Introduction Here is an intro section. Here you can explain at a high level what you did to determine who is the best kicker. Description of Project Talk about your data. Go into detail on what you did to subset your data, what type of results you considered, etc. Data Visualization Talk about your visualizations, what they show, and what you ...

1122 sym R (6222 sym/6 pcs) 5 img 1 tbl

Document

07.10.2024

#here is my code library(data.table) library(dplyr) library(ggplot2) Introduction Here is an intro section. Here you can explain at a high level what you did to determine who is the best kicker. Description of Project Talk about your data. Go into detail on what you did to subset your data, what type of results you considered, etc. Data Vis...

1076 sym R (6182 sym/6 pcs) 4 img 1 tbl

Document

07.10.2024

Introduction Here is an intro section. Here you can explain at a high level what you did to determine who is the best kicker. Description of Project Talk about your data. Go into detail on what you did to subset your data, what type of results you considered, etc. Data Visualization Talk about your visualizations, what they show, and what you ...

1122 sym R (6222 sym/6 pcs) 5 img 1 tbl

test1234

14.11.2023

import os os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = 'C:/users/pptallon/appdata/local/Anaconda3/Library/plugins/platforms' import numpy as np import pandas as pd import seaborn as sns from matplotlib.ticker import FuncFormatter import matplotlib.pyplot as plt import plotly.graph_objects as go Introduction This data visualization will work ...

6498 sym Python (7005 sym/8 pcs) 4 img

RMarkdown Demo (P. Tallon)

03.10.2022

Introduction Here is an intro section. Description of Project This is some general blurb about what I did. Data Visualization Here is what I created. You can see the code to produce the data frame and the code to produce the plot(s). library(data.table) answer <- 1 + 1 answer ## [1] 2 library(ggplot2) # ggplot() + and all of the rest of the...

811 sym R (199 sym/4 pcs) 1 img

IS470 Demo

05.10.2022

This is my First Heading This is how I went about doing my assignment #2. blah, blah, blah This is the 2nd paragraph. Hi How are you? Hi How are you? my_path <- "C:/Users/pptallon/Dropbox/G/Teaching/Loyola College/IS470 Sports Analytics/" setwd(my_path) library(data.table) library(ggplot2) library(dplyr) library(tidytext) ...

703 sym R (4135 sym/6 pcs) 4 img