Release 1.0.4
Improve I/O functionality, bug fixing and improvements in general.
Solved Issues:
#141 Improve I/O functionality
#143 Setup airbrake
New functionalities:
to_csv()
function will write a Spark dataframe as a CSV in the specified path.
read_csv()
function now receives the argument sep
for specifying the separator.
PR:
#140