Skip to content

Commit 4830211

Browse files
committed
Merge pull request #10027 from shoyer/io-other
DOC: mention other packages in IO docs (for now, just xray for netCDF)
2 parents 867461d + ca786ca commit 4830211

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/source/io.rst

+18
Original file line numberDiff line numberDiff line change
@@ -3996,6 +3996,24 @@ whether imported ``Categorical`` variables are ordered.
39963996
a ``Categorial`` with string categories for the values that are labeled and
39973997
numeric categories for values with no label.
39983998

3999+
.. _io.other:
4000+
4001+
Other file formats
4002+
------------------
4003+
4004+
pandas itself only supports IO with a limited set of file formats that map
4005+
cleanly to its tabular data model. For reading and writing other file formats
4006+
into and from pandas, we recommend these packages from the broader community.
4007+
4008+
netCDF
4009+
~~~~~~
4010+
4011+
xray_ provides data structures inspired by the pandas DataFrame for working
4012+
with multi-dimensional datasets, with a focus on the netCDF file format and
4013+
easy conversion to and from pandas.
4014+
4015+
.. _xray: http://xray.readthedocs.org/
4016+
39994017
.. _io.perf:
40004018

40014019
Performance Considerations

0 commit comments

Comments
 (0)