Introduction

Introduction

Overview

Query is a package for querying julia data sources. It can filter, project, join, sort and group data from any iterable data source, including all the sources that support the TableTraits.jl interface (this includes everything listed in IterableTables.jl).

Query is heavily inspired by LINQ and dplyr.

Installation

You can install the package at the Pkg REPL-mode with:

(v1.0) pkg> add Query

Highlights