Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@FavioVazquez FavioVazquez released this 25 Sep 14:50
· 1 commit to master since this release

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