You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple tool which takes a HTML table as string, and converts it to python list of list data structure and returns the same.
3
+
4
+
## Libraries Required
5
+
1. Beautiful Soap
6
+
`$pip install bs4`
7
+
8
+
## Usage
9
+
A sample script `html_table_to_list_usage.py` has been provided to show the usage of the HTMLTableToList. It takes a string of html table, and prints the corresponding list of list.
0 commit comments