We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 4 in line 2.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
address;name;type;postcode;phone;email;educational;topics;languages;lat;lon | |
Wartenburgstr. 7;Ev. Kirchengemeinde Jesus-Christus;Kindertagesstätte;10963;030216 30 87;[email protected];;;;52.49654;13.38089 | |
Wilhelmstr. 15;Trauminsel e.V.;Eltern-Initiativ-Kindertagesstätte;10963;030-25923697;[email protected];Situationsansatz;Ästhetische Bildung (Musik und Kunst), Gesundheit, Interkulturelle Pädagogik, Körper und Bewegung;deutsch - arabisch;52.50275;13.38865 | |
Wilhelmstr. 54;Kinder im Kiez gGmbH;Kindertagesstätte;10963;030208 92 14;[email protected];;;;52.4985969;13.3783562 | |
Dessauer Str. 27;Orte für Kinder GmbH;Kindertagesstätte;10963;0302639 7930;[email protected];;;;52.50369999999999;13.3791 | |
Hornstr. 13;EMMA gemeinnützige GmbH;Kindertagesstätte;10963;03054849986;[email protected];Montessori-Pädagogik;;;52.49478;13.38017 | |
Wilhelmstr. 3;Trauminsel e.V.;Eltern-Initiativ-Kindertagesstätte;10963;030-25938954;[email protected];Situationsansatz;Ästhetische Bildung (Musik und Ku |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.mypackage.mytasks | |
import com.mypackage.mytasks.IO | |
import com.mypackage.mytasks.MyObject.runSparkTransformations | |
import org.apache.spark.sql.{DataFrame, SparkSession} | |
import org.mockito.ArgumentMatchers._ | |
import org.mockito.{ArgumentCaptor, MockitoSugar} | |
import org.scalatest.flatspec.AnyFlatSpec | |
import org.scalatest.matchers.should.Matchers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.mypackage.mytasks | |
// for the sake of example let's imagine that you have IO common functions | |
import com.mypackage.mytasks.IO | |
import org.apache.spark.sql.{SparkSession, DataFrame} | |
object MyObject { | |
def my_transformation(dataInputPath:String, dataOutputPath:String){ | |
def runSparkTransformations(): Unit = { | |
val spark = SparkSession.builder |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder