May 2017
Intermediate to advanced
294 pages
7h 33m
English
So far, we have covered five data sources that are built-in with DataFrames: Parquet (default), text, json, csv, and jdbc. DataFrames are not limited to these five and can load and save to any arbitrary data source by specifying the format manually.
In this recipe, we will cover the loading and saving of data from arbitrary sources.
Read now
Unlock full access