Closed
Description
Currently df which include a categorical can be written to a hdf store and other on disc storage formats. For formats which include factors/categoricals, also ensure that such data is read into a categorical.
- CSV WIP: categoricals as an internal CategoricalBlock GH5313 #7217, WIP/DO NOT MERGE: Categorical improvements #7444 (just testing, not a completely fungible format)
- HDF5 WIP: categoricals as an internal CategoricalBlock GH5313 #7217, WIP/DO NOT MERGE: Categorical improvements #7444 / ENH: serialization of categorical to HDF5 (GH7621) #8793
- msgpack pd.Catagorical breaks to_msgpack #8632 (closed by ENH: allow categoricals in msgpack #12573)
- stata ENH: categorical dataexport - graceful degradation #8633 / ENH: Add categorical support for Stata export #8767