pull/351/head
unknown 2024-05-17 18:11:53 +05:30
rodzic 56170159e1
commit 9eb63b951d
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -21,10 +21,10 @@ d = pd.DataFrame(l)
print(d)
```
Output:
'''python
```python
Name Age
0 John 12
'''
```
- **Note:** The above program can also be used for loading/retrieving the data.
@ -43,9 +43,9 @@ print(L)
```
Output:
'''python
```python
Name Age
0 Bob 12
1 John 28
'''
```