File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ def __getitem__(self, idx):
308308 """
309309 Pythonic slicing of arrow-based MPDatasets is sub-optimal, consider using
310310 idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples:
311- docs.materialsproject.org/downloading- data/arrow-datasets
311+ docs.materialsproject.org/materials-project- data-lakehouse /arrow-datasets
312312 """ ,
313313 MPDatasetSlicingWarning ,
314314 stacklevel = 2 ,
@@ -326,7 +326,7 @@ def __getitem__(self, idx):
326326 """
327327 Pythonic indexing into arrow-based MPDatasets is sub-optimal, consider using
328328 idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples:
329- docs.materialsproject.org/downloading- data/arrow-datasets
329+ docs.materialsproject.org/materials-project- data-lakehouse /arrow-datasets
330330 """ ,
331331 MPDatasetIndexingWarning ,
332332 stacklevel = 2 ,
@@ -345,7 +345,7 @@ def __iter__(self):
345345 """
346346 Iterating through arrow-based MPDatasets is sub-optimal, consider using
347347 idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples:
348- docs.materialsproject.org/downloading- data/arrow-datasets
348+ docs.materialsproject.org/materials-project- data-lakehouse /arrow-datasets
349349 """ ,
350350 MPDatasetIterationWarning ,
351351 stacklevel = 2 ,
You can’t perform that action at this time.
0 commit comments