From 198a0e1ca7f1a780d46703fdab626bc4f17c5c56 Mon Sep 17 00:00:00 2001 From: nipunreddevil Date: Thu, 6 Jun 2013 10:42:48 +0530 Subject: [PATCH 1/2] Added link to epoch handling in read_csv --- doc/source/cookbook.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/cookbook.rst b/doc/source/cookbook.rst index 7f6b54667765d..743256e8acd4e 100644 --- a/doc/source/cookbook.rst +++ b/doc/source/cookbook.rst @@ -267,6 +267,9 @@ The :ref:`CSV ` docs `Dealing with bad lines `__ +`Reading CSV with Unix timestamps and converting to local timezone +` __ + .. _cookbook.sql: SQL From 649cbfdc3d7305a6110363ace58ddbbfd0a82d5c Mon Sep 17 00:00:00 2001 From: nipunreddevil Date: Thu, 6 Jun 2013 10:54:12 +0530 Subject: [PATCH 2/2] Added correct link to cookbook for CSV read with epoch timestamps --- doc/source/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cookbook.rst b/doc/source/cookbook.rst index 743256e8acd4e..6a68a5f83ce83 100644 --- a/doc/source/cookbook.rst +++ b/doc/source/cookbook.rst @@ -268,7 +268,7 @@ The :ref:`CSV ` docs `__ `Reading CSV with Unix timestamps and converting to local timezone -` __ +`__ .. _cookbook.sql: