business-science / anomalize

Tidy anomaly detection

Home Page:https://business-science.github.io/anomalize/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

krishnavamsi75 opened this issue · comments

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.