Skip to content

Commit

Permalink
Edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpowersys committed Aug 23, 2016
1 parent f54e5e5 commit dbf0292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caar/cleanthermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def dict_from_file(raw_file, cycle=None, states=None,
def pickle_from_file(raw_file, picklepath=None, cycle=None, states=None,
thermostats_file=None, postal_file=None, auto=None,
encoding='UTF-8', delimiter=None, quote=None):
"""Read delimited text file and create binary pickle file containing tuple with 1) dict
of column meta-data and 2) dict of records. The keys are named tuples containing
"""Read delimited text file and create binary pickle file containing tuple with a dict
of column meta-data, and a dict of records. The keys are named tuples containing
numeric IDs (strings) and time stamps.
See the example .csv data files at https://github.com/nickpowersys/caar.
Expand Down Expand Up @@ -242,7 +242,7 @@ def _pickle_filename(text_file, states_to_clean, auto, encoding):


def _dict_from_lines_of_text(raw_file, **kwargs):
"""Returns a tuple containing 1) a dict of column meta-data and 2) dict of records
"""Returns a tuple containing a dict of column meta-data and a dict of records
whose keys and values correspond to 1) indoor temperatures, 2) cooling or heating
cycling intervals or 3) outdoor temperatures. The keys of headers_functions are
tuples containing strings with the column labels (headings) from the raw text files.
Expand Down

0 comments on commit dbf0292

Please sign in to comment.