Skip to content

Commit d90d7fe

Browse files
authored
Update README.md
pandas
1 parent e4f1241 commit d90d7fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ print(f'{n = }') # Will output "n = ...." much nicer way to check
8989

9090
```
9191

92+
### Pandas
93+
94+
```py
95+
pd.set_option('display.max_rows', None)
96+
97+
```
98+
99+
100+
92101
### Tensorflow
93102
#### Utilities
94103
- One Hot Encode

0 commit comments

Comments
 (0)