file_utils module¶
Created on Tue Aug 20 22:00:59 2019
@author: Daniel
-
file_utils.
convert_raw_csv_types
(data)¶ Converts string representations of dates of our standard input dataframe from the CSV to timestamps and returns the dataframe. Converts all message content to strings.
- Parameters
data (Pandas.DataFrame) – raw import converted to CSV.
- Returns
import with timestamps converted to the correct type.
- Return type
data (Pandas.DataFrame)