From 39c13b7ed1c782e3d4dc280154519bc984f4d276 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 01:47:26 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy/convert_into_ndarray/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/numpy/convert_into_ndarray/README.md b/numpy/convert_into_ndarray/README.md index 790166c..d000af5 100644 --- a/numpy/convert_into_ndarray/README.md +++ b/numpy/convert_into_ndarray/README.md @@ -19,6 +19,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) numpy.asarray(a, dtype=None, order=None, *, like=None) ``` +The importance of **asarray**: + > Convert the input to an array. ```python