We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb68d9 commit 53269a5Copy full SHA for 53269a5
contrib/numpy/loading_arrays_from_files.md
@@ -4,7 +4,7 @@ Scientific computing and data analysis require the critical feature of being abl
4
## Here are the methods available:
5
6
### 1. numpy.loadtxt():
7
-The loadtxt function allows you to load data from a text file.You can specify various parameters such as the file name, data type, delimiter,
+The `loadtxt` function allows you to load data from a text file.You can specify various parameters such as the file name, data type, delimiter,
8
and more. It reads the file line by line, splits it at the specified delimiter, and converts the values into an array.
9
10
- #### Syntax:
0 commit comments