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