Summary Week 5
The text is Mastering Spark with R. Create a new connection to your Spark cluster -. sc Make sure that you are using the correct version of Java Execute the following code: summarize_all(cars, max) summarize_all(cars, min) summarize_all(cars, mean) summarize_all(cars, mean)%% show_query() cars %% mutate(transmission = ifelse(am ==0, "automatic", "manual")) %% group_by(transmission) %% summarize_all(mean)
Verknüpftes buch
- 2019
- 9781492046325
- Unbekannt
Schule, Studium & Fach
- Hochschule
- Big Data Tools & Architecture
- Kurs
- Big Data Tools & Architecture
Dokument Information
- Gesamtes Buch?
- Nein
- Welche Kapitel sind zusammengefasst?
- Unbekannt
- Hochgeladen auf
- 15. juli 2023
- Datei zuletzt aktualisiert am
- 22. februar 2024
- Anzahl der Seiten
- 4
- geschrieben in
- 2022/2023
- Typ
- ZUSAMMENFASSUNG
Themen
-
week 5