File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ def from_pandas(
808808 and therefore doesn't have an associated cache directory.
809809 This may change in the feature, but in the meantime if you
810810 want to reduce memory usage you should write it back on disk
811- and reload using using e.g. save_to_disk / load_from_disk.
811+ and reload using e.g. save_to_disk / load_from_disk.
812812
813813 Args:
814814 df (`pandas.DataFrame`):
@@ -908,7 +908,7 @@ def from_dict(
908908 and therefore doesn't have an associated cache directory.
909909 This may change in the feature, but in the meantime if you
910910 want to reduce memory usage you should write it back on disk
911- and reload using using e.g. save_to_disk / load_from_disk.
911+ and reload using e.g. save_to_disk / load_from_disk.
912912
913913 Args:
914914 mapping (`Mapping`):
@@ -973,7 +973,7 @@ def from_list(
973973 and therefore doesn't have an associated cache directory.
974974 This may change in the feature, but in the meantime if you
975975 want to reduce memory usage you should write it back on disk
976- and reload using using e.g. save_to_disk / load_from_disk.
976+ and reload using e.g. save_to_disk / load_from_disk.
977977
978978 Args:
979979 mapping (`List[dict]`): A list of mappings of strings to row values.
You can’t perform that action at this time.
0 commit comments