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?
>
>
>

Reply via email to