From 6f90babe46c796562d0db51646027cda507e15e2 Mon Sep 17 00:00:00 2001 From: DaminiAnfat Date: Sun, 3 Apr 2022 12:43:24 +0530 Subject: [PATCH] ds --- pandas/tests/main.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pandas/tests/main.py diff --git a/pandas/tests/main.py b/pandas/tests/main.py new file mode 100644 index 0000000..ec5a10b --- /dev/null +++ b/pandas/tests/main.py @@ -0,0 +1,4 @@ +# slicing by explicit index +data['a':'c'] +x = y +h = 4 \ No newline at end of file