Skip to content

Commit 732cf9a

Browse files
yangsiyu007max-sixty
authored andcommitted
Update why-xarray.rst with clearer expression (#3307)
in one sentence.
1 parent 0e3089c commit 732cf9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/why-xarray.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ The power of the dataset over a plain dictionary is that, in addition to
6262
pulling out arrays by name, it is possible to select or combine data along a
6363
dimension across all arrays simultaneously. Like a
6464
:py:class:`~pandas.DataFrame`, datasets facilitate array operations with
65-
heterogeneous data -- the difference is that the arrays in a dataset can not
66-
only have different data types, but can also have different numbers of
67-
dimensions.
65+
heterogeneous data -- the difference is that the arrays in a dataset can have
66+
not only different data types, but also different numbers of dimensions.
6867

6968
This data model is borrowed from the netCDF_ file format, which also provides
7069
xarray with a natural and portable serialization format. NetCDF is very popular

0 commit comments

Comments
 (0)