pull/351/head
unknown 2024-05-17 18:13:28 +05:30
rodzic 0b6bd74a3b
commit f8044fb421
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,8 @@ In the real world, Pandas DataFrames are formed by importing datasets from exis
### Installation of libraries
`pip install pandas <br>
pip install xlrd`
`pip install pandas`
`pip install xlrd`
Example for reading data from an Excel File: