Created
February 23, 2022 02:49
-
-
Save DerekHawkins/9df4b90bef4ff004094ca310ce36a714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main = pd.concat(mainframe) | |
main['Schema'] = None | |
for i in tqdm(range(0, len(main))): | |
main['Schema'][i] = f'<script type="application/ld+json">{SchemaBuild(main["author"][i], main["title"][i],main["url"][i], main["datePublished"][i], main["dateModified"][i], main["image"][i],main["description"][i])}</script>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment