Functions
|
This module reads data from the batched files into a dataframe after receiving input from the "FileBatcher" module. |
- file_to_df(builder)[source]
This module reads data from the batched files into a dataframe after receiving input from the “FileBatcher” module. In addition to loading data from the disk, it has ability to load the file content from S3 buckets.
- Parameters
- buildermrc.Builder
mrc Builder object.