aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar swfarnsworth <[email protected]>2021-07-06 17:59:16 -0400
committerGravatar swfarnsworth <[email protected]>2021-07-06 17:59:16 -0400
commit65fd1070f2c89a62330826c1f7f20aa5de8c6715 (patch)
treed6f3cd112fc9f5a24d4432e662cc0d740557280a /pydis_site
parentRemove reference to Python 2.7. (diff)
Add Kaggle's pandas tutorial.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/resources/resources/kaggle_pandas_tutorial.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/kaggle_pandas_tutorial.yaml b/pydis_site/apps/resources/resources/kaggle_pandas_tutorial.yaml
new file mode 100644
index 00000000..a1907e0f
--- /dev/null
+++ b/pydis_site/apps/resources/resources/kaggle_pandas_tutorial.yaml
@@ -0,0 +1,13 @@
+description: An interactive tutorial for learning Pandas, the most popular library for manipulating tabular data
+ in Python's data science ecosystem. This tutorial assumes some familiarity with writing code in notebooks.
+name: Kaggle Pandas Tutorial
+title_url: https://www.kaggle.com/learn/pandas
+tags:
+ topics:
+ - data science
+ payment_tiers:
+ - free
+ complexity:
+ - intermediate
+ type:
+ - tutorial