The AxisArrays package may be useful, depending on your data. The data must all be the same type. This package is still young and requires the development version of Julia.
https://github.com/mbauman/AxisArrays.jl On Tue, May 5, 2015 at 9:35 AM, Kevin Squire <[email protected]> wrote: > Hi Nils, > > Unfortunately, this does not exist in Julia. You could do an array of > DataFrames, but you won't be able to do most of the things Panels allow. > If you want to stay in Julia, you might check out Pandas.jl, which calls > out to Python Pandas. > > Cheers, > Kevin > > On Tue, May 5, 2015 at 3:05 AM, Nils Gudat <[email protected]> wrote: > >> Is it possible to construct a panel dataset using a DataFrame or any >> other method in Julia? >> Pandas offers this (pandas.Panel >> <http://pandas.pydata.org/pandas-docs/stable/dsintro.html#panel>), >> although the docs are saying this is a "less used" data structure. What is >> the closest I can get in Julia? >> >> >> >
