Skip to content

Commit d1c7f78

Browse files
committed
Update performance.md
1 parent 822f773 commit d1c7f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Beside the order of the output, note that `groupby` and `gatherby` use very diff
6767

6868
## Beware that every column must support `missings`
6969

70-
Every columns in InMemoryDatasets will be converted to support `missing`. Thus, it is wise to create the vectors in that way. For example, if you load an `Arrow` file which its columns don't support missing values, InMemoryDatasets materialised the whole file, but if they already support missing values, InMemoryDatasets uses the memory map for accessing values.
70+
Every columns in InMemoryDatasets will be converted to support `missing`. Thus, it is wise to create the vectors in that way. For example, if you load an `Arrow` file which its columns don't support missing values, InMemoryDatasets materialises the whole file, but if they already support missing values, InMemoryDatasets uses the memory map for accessing values.
7171

7272
## Master `byrow`
7373

0 commit comments

Comments
 (0)