Publications by Nilsa Bermudez
Project 2 - Part 1
library(sqldf) Introduction Choose any three of the “wide” datasets identified in the Week 6 Discussion items. (You may use your own dataset; please don’t use my Sample Post dataset, since that was used in your Week 6 assignment!) For each of the three chosen datasets: Create a .CSV file (or optionally, a MySQL database!) that include...
1222 sym R (2446 sym/5 pcs)
Assignment 5
library(tidyr) library(dplyr) Introduction The chart above describes arrival delays for two airlines across five destinations. Your task is to: Create a .CSV file (or optionally, a MySQL database!) that includes all of the information above. You’re encouraged to use a “wide” structure similar to how the information appears above, so that ...
1326 sym R (4403 sym/17 pcs)
Project 1
library(stringr) Introduction Project 1 In this project, you’re given a text file with chess tournament results where the information has some structure. Your job is to create an R Markdown file that generates a .CSV file (that could for example be imported into a SQL database) with the following information for all of the players: Player’s...
1136 sym R (4852 sym/26 pcs) 1 img
607: Assignment 3
library(stringr) Introduction Please deliver links to an R Markdown file (in GitHub and rpubs.com) with solutions to the problems below. You may work in a small group, but please submit separately with names of all group participants in your submission. #1. Using the 173 majors listed in fivethirtyeight.com’s College Majors dataset [https://fi...
1794 sym R (2098 sym/8 pcs)
Assignment_2
library(DBI); library(ggplot2); Introduction In this open ended assignment, I will load the data two ways. First from sql,then I will generate a barplot and then from a csv file. - Run the MovieSurvey.sql script on “https://raw.githubusercontent.com/nilsabermudez/607/master/MovieSurvey.sql” - Load the data from the database - List the table...
922 sym R (4374 sym/20 pcs) 1 img
Final Project Proposal
Final Project Proposal Nilsa Bermudez 2020-04-26 Final project proposal For my final project, I intend to source socio-economic, household structure and population density for California. I will find related data from several sources in order to track and correlate between socio-economic factors and a rise in amputations for diabetics. I plan to...
744 sym
Document
library(magrittr) library(dplyr) library(ggplot2) library(pandas) library(tidyverse) Principles of Data Visualization and Introduction to ggplot2 I have provided you with data about the 5,000 fastest growing companies in the US, as compiled by Inc. magazine. lets read this in: inc <- read.csv("https://raw.githubusercontent.com/charleyferrari/CU...
1554 sym R (5678 sym/12 pcs) 3 img
Document
Nilsa Bermudez - Module 5 - Intro to JS in a Browser Enter a word and press enter to reverse it! Please Enter the number, 'Generate Table' prints a table with the first 20 multiples of the number, in order 5x4 ...
237 sym
Document
Data621HW3NilsaBermudez Nilsa Bermudez 4/10/2022 Overview In this homework assignment, you will explore, analyze and model a data set containing information on crime for various neighborhoods of a major city. Each record has a response variable indicating whether or not the crime rate is above the median crime rate (1) or not (0). Your objec...
5438 sym R (20195 sym/53 pcs) 8 img