From c247a661231f338c4678aa793d89f27e76b7f3e6 Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Thu, 25 Aug 2022 14:02:28 -0500 Subject: [PATCH] Add time magic to csv parsing cell to get familar with parsing times --- scratch-log-explorations.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/scratch-log-explorations.ipynb b/scratch-log-explorations.ipynb index b0509f3..999e9a9 100644 --- a/scratch-log-explorations.ipynb +++ b/scratch-log-explorations.ipynb @@ -115,6 +115,7 @@ "metadata": {}, "outputs": [], "source": [ + "%%time\n", "df = pd.read_csv(file,\n", " lineterminator='\\n',\n", " sep=\"|\", header=0, \n", -- GitLab