Classes
Processing (**kwargs) |
Hub for running processing and analyzing raw data. |
imhr.r33._processing.
Processing
(**kwargs)[source]¶Bases: object
Hub for running processing and analyzing raw data.
Methods
Methods
demographics (source, destination[, isHTML]) |
Output list of demographics for easy html viewing. |
device (source, destination[, isHTML]) |
Output list of variables for easy html viewing. |
html ([df, raw_data, name, path, source, …]) |
Create HTML output. |
preprocessing (source[, isMultiprocessing, cores]) |
Preprocessing data for formatting and initial calculations. |
summary (source, destination[, metadata, isHTML]) |
Generate summary from online raw data. |
variables (source, destination[, isHTML]) |
Output list of variables for easy html viewing. |
demographics (source, destination[, isHTML]) |
Output list of demographics for easy html viewing. |
device (source, destination[, isHTML]) |
Output list of variables for easy html viewing. |
html ([df, raw_data, name, path, source, …]) |
Create HTML output. |
preprocessing (source[, isMultiprocessing, cores]) |
Preprocessing data for formatting and initial calculations. |
summary (source, destination[, metadata, isHTML]) |
Generate summary from online raw data. |
variables (source, destination[, isHTML]) |
Output list of variables for easy html viewing. |
preprocessing
(source, isMultiprocessing=False, cores=0)[source]¶Preprocessing data for formatting and initial calculations. Steps include: * Dates converted to ISO format. * Variables formatted to camelCase. * Variables naming patterns consistant (i.e. osFullName, browserFullName). * Calculations for stimulus onset error, DotLoc onset error, median response time, median stimulus onset error, median DotLoc onset error
Parameters: |
|
---|---|
Returns: |
|
summary
(source, destination, metadata=None, isHTML=True)[source]¶Generate summary from online raw data.
Parameters: | |
---|---|
Returns: |
|
variables
(source, destination, isHTML=True)[source]¶Output list of variables for easy html viewing.
Parameters: | |
---|---|
Returns: |
|
device
(source, destination, isHTML=True)[source]¶Output list of variables for easy html viewing.
Parameters: | |
---|---|
Returns: |
|
demographics
(source, destination, isHTML=True)[source]¶Output list of demographics for easy html viewing.
Parameters: | |
---|---|
Returns: |
|
html
(df=None, raw_data=None, name=None, path=None, source=None, figure_title=None, intro=None, footnote=None, script='', **kwargs)[source]¶Create HTML output.
Parameters: |
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns: |
|