Skip to content

InputHandler Data Import

Dayne Broderson edited this page Dec 21, 2018 · 2 revisions

mergeInputs

Description

Merge inputs handles data import from various directories and merges these data in to a single dataframe. During the process it calls the appropriate read method, and processes the dataframe.

Inputs

**inputDictionary**: [Dictionary] a dictionary of input information pertaining to a set of files that will be imported. Input dictionary must contain a fileLocation attribute, fileType, headerNames, newHeaderNames, componentUnits,

Outputs

pandas.DataFrame a dataframe of resulting imports.
List of components in the resulting dataframe.
Clone this wiki locally