Skip to content

Commit

Permalink
docs: update data index docs (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
  • Loading branch information
vagenas committed Mar 17, 2023
1 parent 80d1430 commit 4c1691a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/guide/data_indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In addition, it is possible to specify non-default `type` of data index. For mor
indices = api.data_indices.list(PROJ_KEY)

for item in indices:
print(item.key, item.name)
print(item.source.index_key, item.name)

# If your project uses Pandas, you can easily convert the list of projects to a Dataframe
import pandas as pd
Expand Down Expand Up @@ -165,5 +165,3 @@ Attachments can be added to an index item in a project. Briefly, attachments hav
attachment_key=attachment_key, # optional
)
```

---

0 comments on commit 4c1691a

Please sign in to comment.