From 71a0b2f637644d81819f53f74a84ce29a52d1030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20N=C3=B6the?= Date: Thu, 5 Dec 2019 14:21:05 +0100 Subject: [PATCH] Add missing newline --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 90cb562..545b3ac 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,7 @@ To store pandas dataframes in column-oriented storage into hdf5 files, we created some helpfull wrappers around ``pandas`` and ``h5py``: .. code:: python + from fact.io import read_h5py, to_h5py import pandas as pd