From 3d151bca6732a1fc8573b9163cb6cdfa972f89ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 7 Jun 2022 17:36:00 +0200 Subject: [PATCH] Pandas --- README.md | 4 ++++ index.html | 4 +++- parse.js | 10 +++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) 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 ┗━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━┛ -

+