PYTHON

2 Easy Ways to Get Tables From a Website with Pandas

An overview of pd.read_html and pd.read_clipboard

Byron Dolon
Towards Data Science
5 min readMay 15, 2020

--

cartoon panda holding a computer on a green background
Image created by @siscadraws (Instagram)

The pandas library is well known for its easy-to-use data analysis capabilities. It’s equipped with advanced indexing, DataFrame joining and data aggregation features. Pandas also has a comprehensive I/O API that you can use to input data from various…

--

--

Medium has become a place to store my “how to do tech stuff” type guides. Come check out my notes on data-related shenanigans!