We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab496f9 commit e70512bCopy full SHA for e70512b
src/dataset.jl
@@ -7,10 +7,6 @@ This type is an
7
[`DimensionalData.AbstractDimStack`](https://rafaqz.github.io/DimensionalData.jl/stable/stacks)
8
that implements the same interface as `DimensionalData.DimStack` and has identical usage.
9
10
-When a `Dataset` is passed to Python, it is converted to an `xarray.Dataset` without copying
11
-the data. That is, the Python object shares the same memory as the Julia object. However,
12
-if an `xarray.Dataset` is passed to Julia, its data must be copied.
13
-
14
# Constructors
15
16
Dataset(data::DimensionalData.AbstractDimArray...)
0 commit comments