We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d913290 commit 4af7558Copy full SHA for 4af7558
janitor/functions/adorn.py
@@ -28,7 +28,7 @@ def tabyl(
28
Returns:
29
A DataFrame representing the summary table.
30
31
- Example:
+ Example :
32
>>> data = {
33
... "Category": ["A", "A", "B", "B", "C", "C", "A", "B", "C", "A"],
34
... "Subcategory": ["X", "Y", "X", "Y", "X", "Y", "X", "Y", "X", "X"],
0 commit comments