Skip to content

Commit 4e36263

Browse files
committed
datatypes.md modified
1 parent bfdd5db commit 4e36263

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

contrib/numpy/datatypes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Numpy supports the following data types:
1414
- `S` - string
1515
- `U` - unicode string
1616

17+
18+
_Referred from: W3schools_
19+
1720
## dtype() Function
1821
The `dtype()` function returns the type of the NumPy array object.
1922

@@ -261,4 +264,4 @@ It creates a copy of the array and allows to specify the data type of our choice
261264

262265
# Output:
263266
# [True True False] bool
264-
```
267+
```

0 commit comments

Comments
 (0)