- New date format with timezone: `%Y-%m-%d %H:%M:%S %Z`
1.2.12
- Fix issue when the column contains datetime.time data, the casting to unix_timestamp might raise an exception - Identify data as float when the sampled data contains at least single non-empty data. This might fix the data casting for column with a lot of empty values that recognized as float instead of string
1.2.11
Hotfix: Allow casting to string from any source type. This fix will be helpful for mixed-type dataframes input such as dataframes that created from Excel files.
1.2.10
Hotfix: Decode bytes as string in case of stream input
1.2.9
Hotfix: Some conversions might failed while trying to validate datetime against unixtimestamp type:
int\(\) argument must be a string, a bytes-like object or a number, not 'datetime.datetime'
1.2.8
- Do not convert the input stream using codec. This fix should improve stability for cases where the input data has many columns.