louisbrulenaudet
commited on
Commit
•
2a9a623
1
Parent(s):
21c086d
Update README.md
Browse files
README.md
CHANGED
@@ -137,7 +137,7 @@ def hash(
|
|
137 |
dataset = dataset.map(lambda x: {"hash": hash(x["document"])})
|
138 |
```
|
139 |
|
140 |
-
Polars version
|
141 |
|
142 |
```python
|
143 |
import polars as pl
|
|
|
137 |
dataset = dataset.map(lambda x: {"hash": hash(x["document"])})
|
138 |
```
|
139 |
|
140 |
+
Polars version:
|
141 |
|
142 |
```python
|
143 |
import polars as pl
|