Skip to content

Commit

Permalink
cln
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 20, 2024
1 parent 29663aa commit 2226700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def my_agnostic_function(
)
return to_original_object(result.collect())
```
By which I mean, if you pass in a pandas, Polars, cuDF, or Modin dataframe, the output will be the same!

You can pass in a pandas, Polars, cuDF, or Modin dataframe, the output will be the same!
Let's try it out:
```python
suppliers = {
Expand Down

0 comments on commit 2226700

Please sign in to comment.