From fbafcdee8fa17d4c70b458b2a2c264d2bc48e9af Mon Sep 17 00:00:00 2001 From: Alex Guinman Date: Sat, 26 Jun 2021 13:31:35 +1000 Subject: [PATCH] Add docs badge --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f0ca88..63ce604 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ Most importantly, you will want to get the energy data itself: Reading(t_start=datetime.datetime(2004, 4, 17, 23, 30), t_end=datetime.datetime(2004, 4, 18, 0, 0), read_value=14.733, uom='kWh', quality_method='S14', event='', val_start=None, val_end=None) ``` +Alternatively, you can also return the data as pandas dataframes (one per NMI). + +```python +from nemreader import output_as_data_frames +dfs = output_as_data_frames('examples/unzipped/Example_NEM12_actual_interval.csv') +``` + ## Command Line Usage You can also output the NEM file in a more human readable format: