Migration Note
Tutorial
In order to have overlapping plugins co-exist, ‘library’ option is added to get_data and save_data.
default: False
If turned on, the return data will contain trailing empty cells.
The datetime formats are:
Any other datetime formats will be thrown as ValueError
This is related to PEP 0515, where ‘_’ in numeric values are considered legal in python 3.6. This behavior is not consistent along with other python versions. PEP 0515 by default is suppressed. And this flag allows you to turn it on in python 3.6.