From 3bf0edc7fdb5a6beea1f0c46813c2df6d31f4551 Mon Sep 17 00:00:00 2001 From: NithinRams Date: Fri, 12 Sep 2025 20:40:15 -0400 Subject: [PATCH] This the test of pull and push --- code/chaper_01_video_01 copy.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/chaper_01_video_01 copy.py diff --git a/code/chaper_01_video_01 copy.py b/code/chaper_01_video_01 copy.py new file mode 100644 index 0000000..a8115e9 --- /dev/null +++ b/code/chaper_01_video_01 copy.py @@ -0,0 +1,7 @@ +import pandas as pd + +link = "https://3083218.youcanlearnit.net/geographytables.html" + +area_data = pd.read_html(link) + +area_data = area_data.pop()