We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d17358 commit 6e4473eCopy full SHA for 6e4473e
doc/source/io.rst
@@ -4515,8 +4515,7 @@ See the documentation for `pyarrow <http://arrow.apache.org/docs/python/>`__ and
4515
'd': np.arange(4.0, 7.0, dtype='float64'),
4516
'e': [True, False, True],
4517
'f': pd.date_range('20130101', periods=3),
4518
- 'g': pd.date_range('20130101', periods=3, tz='US/Eastern'),
4519
- 'h': pd.date_range('20130101', periods=3, freq='ns')})
+ 'g': pd.date_range('20130101', periods=3, tz='US/Eastern')})
4520
4521
df
4522
df.dtypes
0 commit comments