File tree 1 file changed +18
-0
lines changed
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.
3996
3996
a ``Categorial `` with string categories for the values that are labeled and
3997
3997
numeric categories for values with no label.
3998
3998
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
+
3999
4017
.. _io.perf :
4000
4018
4001
4019
Performance Considerations
You can’t perform that action at this time.
0 commit comments