kopia lustrzana https://github.com/animator/learn-python
updated
rodzic
56170159e1
commit
9eb63b951d
|
@ -21,10 +21,10 @@ d = pd.DataFrame(l)
|
||||||
print(d)
|
print(d)
|
||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
'''python
|
```python
|
||||||
Name Age
|
Name Age
|
||||||
0 John 12
|
0 John 12
|
||||||
'''
|
```
|
||||||
|
|
||||||
- **Note:** The above program can also be used for loading/retrieving the data.
|
- **Note:** The above program can also be used for loading/retrieving the data.
|
||||||
|
|
||||||
|
@ -43,9 +43,9 @@ print(L)
|
||||||
```
|
```
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
'''python
|
```python
|
||||||
Name Age
|
Name Age
|
||||||
0 Bob 12
|
0 Bob 12
|
||||||
1 John 28
|
1 John 28
|
||||||
'''
|
```
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue