Existe t-'il un moyen de copier ses données au fur et à mesure ? ( mode append )

UserBird
Dataiker
Existe t-'il un moyen de copier ses données au fur et à mesure ? ( mode append )

In Python, we can write datasets by chunks with:




with mailjet_EMAILS.get_writer() as writer:
writer.write_dataframe(df)



Is there the same capability in R ?

0 Kudos
1 Reply
Clément_Stenac
Dataiker
DSS does not have chunk reading or writing in R at the moment. The only API to write datasets is from a complete dataframe (or from a SparkR or Sparklyr dataframe).
0 Kudos

Labels

?
Labels (4)
A banner prompting to get Dataiku