DataFrames.jl
DataFrames.jl
tshort/DataFrames.jl
  • Download
  • Stars –

  • Introduction
    • Package Manual
    • API
    • Documentation Index
  • User guide
    • Getting Started
    • IO
    • Joins
    • Split-apply-combine
    • Reshaping
    • Sorting
    • Formulas
    • Pooling
  • API
    • Main types
    • Utilities
    • Data manipulation
  • About
    • Release notes
    • License

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
  • Database-Style Joins
  • The Split-Apply-Combine Strategy
  • Reshaping and Pivoting Data
  • Sorting
  • The Formula, ModelFrame and ModelMatrix Types
  • Pooling Data (Representing Factors)

API

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

Documentation Index

  • join
  • melt
  • meltdf
  • stack
  • stackdf
  • unstack
  • readtable
  • writetable
Documentation built with MkDocs using the Material theme.
Next
Getting Started