From bc62b6ddaf371131d1ddb91fe6624a31ece06c03 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 4 Aug 2016 11:17:50 -0500 Subject: [PATCH] Update README.md --- examples/CMSSW-with-C-interface/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMSSW-with-C-interface/README.md b/examples/CMSSW-with-C-interface/README.md index 183cef0..6c3cd80 100644 --- a/examples/CMSSW-with-C-interface/README.md +++ b/examples/CMSSW-with-C-interface/README.md @@ -74,7 +74,7 @@ These files should match the ones in this repository. You can load any of the files in a Python session. Start a Python prompt and do ```python -trackparams0 = numpy.load("output/trackparams0.npy") +>>> trackparams0 = numpy.load("output/trackparams0.npy") ``` to get the recarray. This array represents a table of data with typed, named columns (just like a flat ROOT NTuple or a Pandas DataFrame). You can access it a column at a time: