To read and store data there are different methods available in Pandas. By using these tools we can read from sources like Excel , CSV file , Tabular data from HTML pages or from Database. Similarly after processing we can save data in Excel, CSV file, Generate HTML table or save directly in a Database table.
We can even read or write to our Clipboard. So Next time if you like a table in any webpage then just select and copy the table and run few lines of standard Python code to save the copied table to a Excel or CSV file.