aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/apps/resources')
-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