Introduction
Type to start searching
    GitHub
    GitHub
    • Introduction
      • Package Manual
      • API
      • Documentation Index
      • Getting Started
      • IO
      • Joins
      • Split-apply-combine
      • Reshaping
      • Sorting
      • Formulas
      • Pooling
      • Querying frameworks
      • Main types
      • Utilities
      • Data manipulation
      • Release notes
      • License
    • Package Manual
    • API
    • Documentation Index
    edit

    DataFrames Documentation Outline

    Package Manual

    • Getting Started
      • Installation
      • The NA Value
      • The DataArray Type
      • The DataFrame Type
      • Accessing Classic Data Sets
    • Importing and Exporting (I/O)
      • Importing data from tabular data files
      • Exporting data to a tabular data file
      • Supplying DataFrames inline with non-standard string literals
    • Database-Style Joins
    • The Split-Apply-Combine Strategy
    • Reshaping and Pivoting Data
    • Sorting
    • The Formula, ModelFrame and ModelMatrix Types
    • Pooling Data (Representing Factors)
    • Querying frameworks
      • Query.jl

    API

    • Main Types
    • Data Manipulation
      • Joins
      • Reshaping
    • Utilities

    Documentation Index

    • DataFrames.AbstractDataFrame
    • DataFrames.DataFrame
    • DataFrames.SubDataFrame
    • Base.join
    • DataFrames.melt
    • DataFrames.meltdf
    • DataFrames.stack
    • DataFrames.stackdf
    • DataFrames.unstack
    • Base.dump
    • Base.unique
    • DataFrames.completecases
    • DataFrames.completecases!
    • DataFrames.eltypes
    • DataFrames.head
    • DataFrames.names!
    • DataFrames.nonunique
    • DataFrames.rename
    • DataFrames.rename!
    • DataFrames.tail
    • DataFrames.unique!
    • StatsBase.describe
    • DataFrames.readtable
    • DataFrames.writetable
    Next Getting Started
    powered by MkDocs and Material for MkDocs