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()