We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4407337 commit 66f53f6Copy full SHA for 66f53f6
README.md
@@ -72,3 +72,5 @@ Fillna: value=100
72
Projection: columns=['a', 'b']
73
PandasIO: data={'a': [1, 2, 3], 'b': ['x', 'y', 'z'], 'c': 1, 'd': 1.5}
74
```
75
+
76
+Use ``df.compute()`` to trigger the actual computation.
0 commit comments