Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in .f(.x[[i]], ...) : object 'X' not found #48

Open
krishnavamsi75 opened this issue Apr 25, 2020 · 0 comments
Open

Error in .f(.x[[i]], ...) : object 'X' not found #48

krishnavamsi75 opened this issue Apr 25, 2020 · 0 comments

Comments

@krishnavamsi75
Copy link

formatted_df <- master_df %>%

  • mutate(dates = mdy(dates), # 4 dates fail to parse as they are provided as 'none'
  •      job.title = as.character(job.title),
    
  •      summary = as.character(summary),
    
  •      pros = as.character(pros),
    
  •      cons = as.character(cons),
    
  •      overall.ratings = as.factor(overall.ratings)) %>%
    
  • rename(review_id = X) %>%
  • separate(job.title, into = c("employee_status", "job_title"), sep = " - ", extra = "merge")
    Error in .f(.x[[i]], ...) : object 'X' not found
    In addition: Warning message:
    10144 failed to parse.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant