Skip to content

column 'start' included if DBpedia return value is empty table #59

@ablaette

Description

@ablaette

When running get_dbpedia_uris() on GermaParl, I have a result with column "start" for some legislative periods. Presumably, this results from ...

  dt_empty <- data.table(
    doc_id = character(),  
    start = integer(),
    text = character(),
    dbpedia_uri = character(),
    types = character()
  )  

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