Skip to content

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

@krishnavamsi75

Description

@krishnavamsi75

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions