We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cc2e8 commit 9a84274Copy full SHA for 9a84274
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