NFL Strategy Analysis - Swapnav Deka (sd3344)#194
Closed
sdeka1997 wants to merge 8 commits intojtr13:masterfrom
Closed
NFL Strategy Analysis - Swapnav Deka (sd3344)#194sdeka1997 wants to merge 8 commits intojtr13:masterfrom
sdeka1997 wants to merge 8 commits intojtr13:masterfrom
Conversation
skyetim
requested changes
Dec 22, 2019
| merged <- read.csv("https://drive.google.com/open?id=1E0Ill7A_a3lHFBhgG0dAP4rQRCWb6g5Y") | ||
|
|
||
|
|
||
| dcon <- dbConnect(SQLite(), dbname = "nfl.sqlite") |
Collaborator
There was a problem hiding this comment.
Error in match.names(clabs, names(xi)) :
names do not match previous names
Do you know why it raises error at this line?
Author
|
CSV read problem. |
Author
|
I did not use the Google Drive links for my original RMD, I used local
CSVs. I believe the problem was with the CSV read function from the Google
Drive. I have pushed a solution to my fork and created a new pull request:
#195.
I closed the old pull request.
Best,
Swapnav Deka
M.S. in Data Science - Columbia University '20
B.A. in Statistics - Rice University '19
sdeka1997@gmail.com | (972) 375-2755 (cell)
…On Sun, Dec 22, 2019 at 3:54 AM Tian Wang ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In nfl_strat_analysis.Rmd
<#194 (comment)>:
> +library(knitr)
+library(grid)
+library(gridBase)
+```
+
+```{r,include=FALSE,results='hide'}
+NFL2010 <- read.csv("https://drive.google.com/open?id=1VCxo53CKGq1IMj2Pn2c7tel8F6pJSXtx")
+NFL2011 <- read.csv("https://drive.google.com/open?id=1b3iXgSrxkpNcjOCm9ukWWFXsW5jwCUDW")
+NFL2012 <- read.csv("https://drive.google.com/open?id=1vYpj25dLsoOow9DOrR4z8dBzwu4oNxNW")
+NFL2013 <- read.csv("https://drive.google.com/open?id=1xjouqScJMqM5qBju1xM6R0JrD_rGb_yV")
+teams <- read.csv("https://drive.google.com/open?id=1NzBXDkChZd41oBWnWo4PRGZlvETFtdbY")
+weather_table <- read.csv(paste0("https://drive.google.com/open?id=1LkJzZ72RzwrER3NpYEr8DdncQHiE7730"))
+merged <- read.csv("https://drive.google.com/open?id=1E0Ill7A_a3lHFBhgG0dAP4rQRCWb6g5Y")
+
+
+dcon <- dbConnect(SQLite(), dbname = "nfl.sqlite")
Error in match.names(clabs, names(xi)) :
names do not match previous names
Do you know why it raises error at this line?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#194?email_source=notifications&email_token=ALM6VFMN7BNUKD2SVN5KLADQZ42MDA5CNFSM4J5RET32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQAXTTA#pullrequestreview-335641036>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALM6VFLIY2UZQQRT43BUGZDQZ42MDANCNFSM4J5RET3Q>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Request to merge my branch! Community Collaboration.