encoding property

encoding property

Gets and sets the default encoding. Only applies for csv file.

Definition:

@property
def encoding(self):
    ...
@encoding.setter
def encoding(self, value):
    ...

See Also