From 47d60de80bb90bee3b13b074d89341ec849ec414 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Wed, 26 Sep 2018 21:44:14 +0200
Subject: [PATCH] MI-PYT: Switch NumPy and Pandas

---
 courses/mi-pyt/info.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/courses/mi-pyt/info.yml b/courses/mi-pyt/info.yml
index 355e613e76..b6da8fc8b0 100644
--- a/courses/mi-pyt/info.yml
+++ b/courses/mi-pyt/info.yml
@@ -40,20 +40,20 @@ plan:
   materials:
   - lesson: intro/docs
 
+- title: Analýza dat – Pandas
+  slug: pandas
+  materials:
+  - lesson: intro/notebook
+  - lesson: intro/pandas
+
 - title: NumPy
   slug: numpy
   materials:
-  - lesson: intro/notebook
   - lesson: intro/numpy
   - title: Tahák na NumPy
     url: https://pyvec.github.io/cheatsheets/numpy/numpy-cs.pdf
     type: cheatsheet
 
-- title: Analýza dat – Pandas
-  slug: pandas
-  materials:
-  - lesson: intro/pandas
-
 - title: Cython
   slug: cython
   materials: