Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-30 01:47:26 +01:00 committed by GitHub
parent d85c270ce6
commit 39c13b7ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
numpy.asarray(a, dtype=None, order=None, *, like=None) numpy.asarray(a, dtype=None, order=None, *, like=None)
``` ```
The importance of **asarray**:
> Convert the input to an array. > Convert the input to an array.
```python ```python