comment
Browse files
data/convert_daylight_html_smarts_page.py
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
# if further DDs are encountered, they are comments
|
| 14 |
# if several patterns appear in the DD separated by BR, split them
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
from bs4 import BeautifulSoup
|
| 19 |
import pandas as pd
|
|
|
|
| 13 |
# if further DDs are encountered, they are comments
|
| 14 |
# if several patterns appear in the DD separated by BR, split them
|
| 15 |
|
| 16 |
+
# smarts_examples.ff.txt is obtained from https://www.daylight.com/dayhtml_tutorials/languages/smarts/smarts_examples.html with Firefox by "save outer HTML"
|
| 17 |
|
| 18 |
from bs4 import BeautifulSoup
|
| 19 |
import pandas as pd
|