From 9139348c4006bb5de643df71dfb90f087f6fd9ca Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 8 Oct 2021 13:23:48 +0200 Subject: [PATCH] Removed unnecessary bullet point in data_analytics_with_python.md. --- .../docs/software/data_analytics_with_python.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md index 8f065ad61..bab0d055a 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md @@ -99,9 +99,6 @@ Dask is composed of two parts: - Dynamic task scheduling optimized for computation and interactive computational workloads. -- Big Data collections like parallel arrays, data frames, and lists - that extend common interfaces like NumPy, Pandas, or Python - iterators to larger-than-memory or distributed environments. These - Big Data collections like parallel arrays, data frames, and lists that extend common interfaces like NumPy, Pandas, or Python iterators to larger-than-memory or distributed environments. These parallel collections run on top of dynamic task schedulers. -- GitLab