You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Beside the order of the output, note that `groupby` and `gatherby` use very diff
67
67
68
68
## Beware that every column must support `missings`
69
69
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.
0 commit comments