We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbbf31 commit ee7c8f3Copy full SHA for ee7c8f3
doc/user-guide/io.rst
@@ -115,10 +115,7 @@ you try to perform some sort of actual computation. For an example of how these
115
lazy arrays work, see the OPeNDAP section below.
116
117
There may be minor differences in the :py:class:`Dataset` object returned
118
-when reading a NetCDF file with different engines. For example,
119
-single-valued attributes are returned as scalars by the default
120
-``engine=netcdf4``, but as arrays of size ``(1,)`` when reading with
121
-``engine=h5netcdf``.
+when reading a NetCDF file with different engines.
122
123
It is important to note that when you modify values of a Dataset, even one
124
linked to files on disk, only the in-memory copy you are manipulating in xarray
0 commit comments