Skip to content

Commit 4ca7938

Browse files
committed
Added a proper index and readme
1 parent ceca6fe commit 4ca7938

7 files changed

Lines changed: 22 additions & 59 deletions
File renamed without changes.

Index.ipynb

Lines changed: 0 additions & 58 deletions
This file was deleted.

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# PyData-BCN
1+
# HDF5 and pandas
22
Tutorial on HDF5 and pandas for PyData Barcelona
3+
4+
Here are my materials for the tutorial on Fri 19, 2017 in PyData Barcelona 2017.
5+
6+
You can get the latest release of the materials here:
7+
8+
https://github.com/FrancescAlted/PyData-BCN/releases
9+
10+
Also, make sure that you have the next Python packages installed:
11+
12+
* Jupyter notebook
13+
* numpy
14+
* h5py
15+
* tables (pytables)
16+
* pandas
17+
* matplotlib
18+
* cartopy
19+
20+
I recommend to use Anaconda to install most of the packages above
21+
and start by the different tutorials following the numerical order.
22+
23+
** Enjoy data! **

0 commit comments

Comments
 (0)