Skip to content

Disallow Vector{Union{String, Symbol}} to have both types in a single vector #194

Open
@siddjain444

Description

@siddjain444

This signature is used in many getindex() functions. There are two options to solve this:

  • Create separate functions to handle Symbol and String types respectively.
  • Throw an error if both types are present in the input argument. This is what DataFrames.jl does.

Metadata

Metadata

Assignees

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