Skip to content

Commit ba7d78a

Browse files
committed
2025_07 - Fix monthly broken links
1 parent 0903513 commit ba7d78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ df.head()
653653
> [!TIP]
654654
> Pandas is not designed to handle large datasets. Pandas can only process data that can fit into the memory of the compute instance.
655655
>
656-
> For large datasets, we recommend use of Azure Machine Learning managed Spark. This provides the [PySpark Pandas API](https://spark.apache.org/docs/latest/api/python/user_guide/pandas_on_spark/index.html).
656+
> For large datasets, we recommend use of Azure Machine Learning managed Spark. This provides the [PySpark Pandas API](https://spark.apache.org/docs/3.5.3/api/python/user_guide/pandas_on_spark/index.html).
657657

658658
You might want to iterate quickly on a smaller subset of a large dataset before scaling up to a remote asynchronous job. `mltable` provides in-built functionality to get samples of large data using the [take_random_sample](/python/api/mltable/mltable.mltable.mltable#mltable-mltable-mltable-take-random-sample) method:
659659

0 commit comments

Comments
 (0)