Skip to content

Range syntax doesn't seem to work in @select macro #219

@davidanthoff

Description

@davidanthoff

The range syntax doesn't seem to work right now. For example, this throws an error:

using Query, DataFrames

df = DataFrame(a=rand(10), b=rand(10), c=rand(10), d=rand(10), e=rand(10))

df |> @select(:b : :d)

We should also add a test for the range syntax.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions