Skip to content

Commit 36817b0

Browse files
committed
interval indices added to readme
1 parent cf2c797 commit 36817b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ List<DataRow> user = users.findByIndex("name-address","Smith","Example-Street 15
141141
It is possible to define and use other index types.
142142
The following example shows interval indices.
143143
This index type requires two number columns, start and end.
144-
The index can then be used to find rows that where start and end value overlap with a region specified
145-
by two number values. It is also possible to find rows where region defined by start and end contains a certain value.
144+
The index can then be used to find rows where start and end value overlap with a region specified
145+
by two number values. It is also possible to find rows where the region defined by start and end contains a certain value.
146146
```java
147147
DataFrame dataFrame = DataFrame.create()
148148
.addStringColumn("name")

0 commit comments

Comments
 (0)