diff --git a/README.md b/README.md index b286188..aef5170 100644 --- a/README.md +++ b/README.md @@ -3178,7 +3178,9 @@ y 2 | sr.apply(…) | 3 | sum 3 | s 3 | | sr.agg(…) | | | | +-----------------+-------------+-------------+---------------+ +``` +```text +-----------------+-------------+-------------+---------------+ | | 'rank' | ['rank'] | {'r': 'rank'} | +-----------------+-------------+-------------+---------------+ @@ -3296,7 +3298,9 @@ b 3 4 | df.agg(…) | x 4 | sum 4 6 | x 4 | | | y 6 | | | +-----------------+-------------+-------------+---------------+ +``` +```text +-----------------+-------------+-------------+---------------+ | | 'rank' | ['rank'] | {'x': 'rank'} | +-----------------+-------------+-------------+---------------+ diff --git a/index.html b/index.html index 3a7a6b2..f2160f3 100644 --- a/index.html +++ b/index.html @@ -435,7 +435,7 @@ to_exclusive = <range>.stop ┗━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┛ -

+