From a32286a25e880b416c3d0197a112dfef409522b3 Mon Sep 17 00:00:00 2001 From: Kelvin Davis <273degreeskelvin@gmail.com> Date: Sat, 28 Apr 2018 21:35:56 +1000 Subject: [PATCH] Added tutorial on pandas (not mine). --- tutorials/pandas.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tutorials/pandas.md diff --git a/tutorials/pandas.md b/tutorials/pandas.md new file mode 100644 index 0000000..c232bb4 --- /dev/null +++ b/tutorials/pandas.md @@ -0,0 +1,4 @@ +# Pandas + +Pandas is a tool for manipulating tabular data. This tutorial is pretty decent: +https://pandas.pydata.org/pandas-docs/stable/10min.html