Update loading_arrays_from_files.md

changed format
pull/449/head
Lingamuneni Santhosh Siddhardha 2024-05-19 23:58:31 +05:30 zatwierdzone przez GitHub
rodzic efb68d962d
commit 53269a5ad3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ Scientific computing and data analysis require the critical feature of being abl
## Here are the methods available:
### 1. numpy.loadtxt():
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,
and more. It reads the file line by line, splits it at the specified delimiter, and converts the values into an array.
- #### Syntax: