@@ -808,7 +808,7 @@ def from_pandas(
808
808
809
809
Important: a dataset created with from_pandas() lives in memory
810
810
and therefore doesn't have an associated cache directory.
811
- This may change in the feature , but in the meantime if you
811
+ This may change in the future , but in the meantime if you
812
812
want to reduce memory usage you should write it back on disk
813
813
and reload using e.g. save_to_disk / load_from_disk.
814
814
@@ -908,7 +908,7 @@ def from_dict(
908
908
909
909
Important: a dataset created with from_dict() lives in memory
910
910
and therefore doesn't have an associated cache directory.
911
- This may change in the feature , but in the meantime if you
911
+ This may change in the future , but in the meantime if you
912
912
want to reduce memory usage you should write it back on disk
913
913
and reload using e.g. save_to_disk / load_from_disk.
914
914
@@ -973,7 +973,7 @@ def from_list(
973
973
974
974
Important: a dataset created with from_list() lives in memory
975
975
and therefore doesn't have an associated cache directory.
976
- This may change in the feature , but in the meantime if you
976
+ This may change in the future , but in the meantime if you
977
977
want to reduce memory usage you should write it back on disk
978
978
and reload using e.g. save_to_disk / load_from_disk.
979
979
0 commit comments