Skip to content

Commit 50c30fa

Browse files
docs (Update pandasquery): fixed the broken link (#6945)
* docs (Update pandasquery): fixed the broken link * Update pandasquery.md * Update pandasquery.md --------- Co-authored-by: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com>
1 parent 136f29d commit 50c30fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-gb/models/parameterized-models/pandasquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This invocation check filters for tensor A having value 1.
2828
2929
* The model also returns a tensor called `status` which indicates the operation run and whether it\
3030
was a success. If no rows satisfy the query then just a `status` tensor output will be returned.
31-
* Further details on Pandas query can be found [here](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html)
31+
* For further details, see [Pandas query](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html)
3232

3333
This model can be useful for conditional Pipelines. For example, you could have two invocations of this model:
3434

@@ -98,4 +98,4 @@ spec:
9898
Here the mul10 model will be called if the choice-is-one model succeeds and the add10 model will\
9999
be called if the choice-is-two model succeeds.
100100

101-
The full notebook can be found [here](../examples/pandasquery.md)
101+
For more details, see the Pandas query [notebook](../../examples/notebooks/infer.ipynb).

0 commit comments

Comments
 (0)