From f4ec2338f2024c06e078e9ba5e67809dddca6ad9 Mon Sep 17 00:00:00 2001 From: Tyler Mathis <35553152+tsmathis@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:24:18 -0800 Subject: [PATCH] update docs link for arrow-datasets --- mp_api/client/core/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mp_api/client/core/utils.py b/mp_api/client/core/utils.py index 6585f92e..5c15f8b4 100644 --- a/mp_api/client/core/utils.py +++ b/mp_api/client/core/utils.py @@ -308,7 +308,7 @@ def __getitem__(self, idx): """ Pythonic slicing of arrow-based MPDatasets is sub-optimal, consider using idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples: - docs.materialsproject.org/downloading-data/arrow-datasets + docs.materialsproject.org/materials-project-data-lakehouse/arrow-datasets """, MPDatasetSlicingWarning, stacklevel=2, @@ -326,7 +326,7 @@ def __getitem__(self, idx): """ Pythonic indexing into arrow-based MPDatasets is sub-optimal, consider using idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples: - docs.materialsproject.org/downloading-data/arrow-datasets + docs.materialsproject.org/materials-project-data-lakehouse/arrow-datasets """, MPDatasetIndexingWarning, stacklevel=2, @@ -345,7 +345,7 @@ def __iter__(self): """ Iterating through arrow-based MPDatasets is sub-optimal, consider using idiomatic arrow patterns. See MP's docs on MPDatasets for relevant examples: - docs.materialsproject.org/downloading-data/arrow-datasets + docs.materialsproject.org/materials-project-data-lakehouse/arrow-datasets """, MPDatasetIterationWarning, stacklevel=2,