Publications by P. Tallon
Document
# add these two lines underneath the chunk where you have included the use_python line. import os os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = 'C:/ProgramData/Anaconda3/Library/plugins/platforms' Introduction This Python Assignment looks at parking violations in the Philadephia, Pennsylvania for different years. These datasets are from OpenData...
8601 sym R (148760 sym/11 pcs) 5 img
A. Parlato
import numpy as np import pandas as pd import matplotlib.pyplot as plt import warnings import matplotlib.patches as mpatches from matplotlib.ticker import FuncFormatter Analysis of Healthly Lifestyles of Cities Around the World in 2021 Introduction This data set contains information on the healthy lifestyle of 42 cities around the world i...
6775 sym R (11988 sym/7 pcs) 6 img
Publish Document
import os os.environ['QT_QPA_PLATFORM_PLUGIN_PATH']='C:/ProgramData/Anaconda3/Library/plugins/platforms' Introduction This World Happiness Report is a publication of the United Nations Sustainable Development Solutions Network. This report is conducted every year and includes articles and rankings of the happiness levels of a country. The data ...
13855 sym R (7590 sym/7 pcs) 4 img
Reggie Fay
library(reticulate) use_python("C:/ProgramData/Anaconda3") Analysis of Crime in Boston (2015-2021) Introduction This page was created by Reggie Fay on March 30th, 2022. The page contains graphs of Boston crime data with the idea of analyzing the graphs to show where, when, and what types of crime occur in Boston. The overall goal of the...
6931 sym R (7871 sym/6 pcs) 4 img