Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Housekeeping #13

Merged
merged 8 commits into from
Jan 2, 2024
Merged

Housekeeping #13

merged 8 commits into from
Jan 2, 2024

Conversation

aMahanna
Copy link
Member

@aMahanna aMahanna commented Dec 27, 2023

  • General code formatting & cleanup
  • Adds 3.11 & 3.12 to CI matrices
  • Creates Graphs within the load function

Prepares us to address #4 and #6 when ready

from arango import ArangoClient
from arango_datasets import Datasets

# Datasets requires a valid database object 
db = ArangoClient(hosts='http://localhost:8529').db("dbName", username="root", password="")

datasets = Datasets(db)

# List available datasets
datasets.list_datasets()

# List more information about a particular dataset
datasets.dataset_info("IMDB_X")

# Import the dataset
datasets.load("IMDB_X")

@aMahanna aMahanna merged commit 1e23ba4 into main Jan 2, 2024
10 checks passed
@aMahanna aMahanna deleted the housekeeping branch January 2, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants