Skip to content

Commit

Permalink
Fix 404 to data frames tutorial
Browse files Browse the repository at this point in the history
Fix 404 to data frames tutorial
  • Loading branch information
anthonybishopric authored Nov 5, 2020
1 parent aabe03e commit 23bd952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spam/01_spam_tutorial.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spam/01_spam_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# We load the YouTube comments dataset and create Pandas DataFrame objects for the train and test sets.
# DataFrames are extremely popular in Python data analysis workloads, and Snorkel provides native support
# for several DataFrame-like data structures, including Pandas, Dask, and PySpark.
# For more information on working with Pandas DataFrames, see the [Pandas DataFrame guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/dsintro.html).
# For more information on working with Pandas DataFrames, see the [Pandas DataFrame guide](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html).
#
# Each DataFrame consists of the following fields:
# * **`author`**: Username of the comment author
Expand Down

0 comments on commit 23bd952

Please sign in to comment.