Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 30, 2024
1 parent 38013d2 commit e19cadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ db = ArangoClient(hosts='http://localhost:8529').db("dbName", username="root", p
datasets = Datasets(db)

# List available datasets
datasets.list_datasets()
print(datasets.list_datasets())

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

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

0 comments on commit e19cadf

Please sign in to comment.