Skip to content

Commit

Permalink
docs: Update pandera DataFrameModel link (#1670)
Browse files Browse the repository at this point in the history
* docs: Update pandera DataFrameModel link

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Niels Bantilan <[email protected]>
  • Loading branch information
pingsutw and cosmicBboy authored May 6, 2024
1 parent be22d86 commit 8b23ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# # Basic Schema Example
#
# In this example we'll show you how to use {ref}`pandera.DataFrameModel <pandera:dataframe_models>`
# In this example we'll show you how to use {ref}`pandera.DataFrameModel <pandera:dataframe-models>`
# to annotate dataframe inputs and outputs in your flyte tasks.

# %%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# .. tags:: Integration, DataFrame, MachineLearning, Intermediate
# ```
#
# In this example we'll show you how to use {ref}`pandera.SchemaModel <pandera:dataframe_models>`
# In this example we'll show you how to use {ref}`pandera.SchemaModel <pandera:dataframe-models>`
# to annotate dataframe inputs and outputs in an [sklearn](https://scikit-learn.org/stable/)
# model-training pipeline.
#
Expand Down

0 comments on commit 8b23ba5

Please sign in to comment.