Skip to content

Commit 9a84274

Browse files
committed
DOC: fix parquet example to not use ns
1 parent 34cc2e8 commit 9a84274

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/io.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -4515,8 +4515,7 @@ See the documentation for `pyarrow <http://arrow.apache.org/docs/python/>`__ and
45154515
'd': np.arange(4.0, 7.0, dtype='float64'),
45164516
'e': [True, False, True],
45174517
'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')})
4518+
'g': pd.date_range('20130101', periods=3, tz='US/Eastern')})
45204519
45214520
df
45224521
df.dtypes

0 commit comments

Comments
 (0)