We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b754e + edd9eff commit 69ed815Copy full SHA for 69ed815
README.md
@@ -264,7 +264,8 @@ list of field values as demonstrated in the "Reading Records" section.
264
Let's read the blockgroup key and the population for the 4th blockgroup:
265
266
267
- >>> shapeRecs3.record[1:3] ['060750601001', 4715]
+ >>> shapeRecs3.record[1:3]
268
+ ['060750601001', 4715]
269
270
Now let's read the first two points for that same record:
271
0 commit comments