File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
40014019Performance Considerations
You can’t perform that action at this time.
0 commit comments