For the complete documentation index, see llms.txt. This page is also available as Markdown.

How can I load Labii data from API into DataFrame

Use API to manipulate your research data

content = [line.split('\t') for line in tsv.splitlines()]
df = pd.DataFrame(content)

Last updated