Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
graphtab-sample-testing – Dataset by alexodavies | AlphaNeural AI
You can deploy this model and start earning money today!
alexodavies
/
graphtab-sample-testing
like
0
approximatelabs/tablib-v1-sample
en
mit
n<1K
parquet
tabular
text
datasets
pandas
mlcroissant
polars
us
Views
No views yet
Model card
Files and Versions
Community
API
GraphTab Sample Dataset
This dataset contains tables from approximatelabs/tablib-v1-sample processed into graph representations.
Usage
from datasets import load_dataset import graphtab
Load the dataset
dataset = load_dataset("{full_repo_id}")
Access a graph
graph_data = dataset['test'][0]
Deserialize it
graph = graphtab.deserialize_graph(graph_data['graph_data'], graph_data['serialization'])
Citation
If you use this dataset, please cite both the… See the full description on the dataset page:
https://huggingface.co/datasets/alexodavies/graphtab-sample-testing
.