Skip to content

Commit 2226700

Browse files
committed
cln
1 parent 29663aa commit 2226700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def my_agnostic_function(
6969
)
7070
return to_original_object(result.collect())
7171
```
72-
By which I mean, if you pass in a pandas, Polars, cuDF, or Modin dataframe, the output will be the same!
73-
72+
You can pass in a pandas, Polars, cuDF, or Modin dataframe, the output will be the same!
7473
Let's try it out:
7574
```python
7675
suppliers = {

0 commit comments

Comments
 (0)