We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd2e3f commit ab9b082Copy full SHA for ab9b082
doc/source/user_guide/io.rst
@@ -4724,7 +4724,8 @@ See the documentation for `pyarrow <https://arrow.apache.org/docs/python/>`__ an
4724
'd': np.arange(4.0, 7.0, dtype='float64'),
4725
'e': [True, False, True],
4726
'f': pd.date_range('20130101', periods=3),
4727
- 'g': pd.date_range('20130101', periods=3, tz='US/Eastern')})
+ 'g': pd.date_range('20130101', periods=3, tz='US/Eastern'),
4728
+ 'h': pd.Categorical(list('abc'))})
4729
4730
df
4731
df.dtypes
0 commit comments