Skip to content

Commit

Permalink
inline dataset_rid
Browse files Browse the repository at this point in the history
  • Loading branch information
nicornk authored Mar 7, 2023
1 parent eccb3c4 commit b3dc5f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ high level entrypoints to Foundry DevTools:
```python
import pandas as pd
# /Global/Foundry Training and Resources/Foundry Reference Project/Ontology Project: Aviation/airlines
dataset_rid = 'ri.foundry.main.dataset.5d78f3ae-a588-4fd8-9ba2-66827808c85f'
df = pd.read_parquet(f"foundry://{dataset_rid}")
df = pd.read_parquet("foundry://ri.foundry.main.dataset.5d78f3ae-a588-4fd8-9ba2-66827808c85f")
df.shape
Out[2]: (17, 10)
```
Expand Down

0 comments on commit b3dc5f4

Please sign in to comment.