# KeyedFrames.jl **Repository Path**: Julialang/KeyedFrames.jl ## Basic Information - **Project Name**: KeyedFrames.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KeyedFrames [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/KeyedFrames.jl/stable) [![Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://invenia.github.io/KeyedFrames.jl/latest) [![Build Status](https://travis-ci.org/invenia/KeyedFrames.jl.svg?branch=master)](https://travis-ci.org/invenia/KeyedFrames.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/o36xoi9p06ax7d5f?svg=true)](https://ci.appveyor.com/project/invenia/keyedframes-jl) [![CodeCov](https://codecov.io/gh/invenia/KeyedFrames.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/KeyedFrames.jl) A `KeyedFrame` is a `DataFrame` that also stores a vector of column names that together act as a unique key, which can be used to determine which columns to `join`, `unique`, and `sort` on by default.