Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ list of field values as demonstrated in the "Reading Records" section.
Let's read the blockgroup key and the population for the 4th blockgroup:


>>> shapeRecs3.record[1:3] ['060750601001', 4715]
>>> shapeRecs3.record[1:3]
['060750601001', 4715]

Now let's read the first two points for that same record:

Expand Down