-
Notifications
You must be signed in to change notification settings - Fork 4
InputHandler Data Import
Dayne Broderson edited this page Dec 21, 2018
·
2 revisions
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.
**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,
pandas.DataFrame a dataframe of resulting imports.
List of components in the resulting dataframe.