Learn for the common good
-
freelance/contractor
- Remote
- https://stackoverflow.com/users/750376/alexandros-biratsis
Pinned Loading
-
stopstreaming
stopstreaming PublicStop structured streaming gracefully based on filesystem
-
IoT-device-stream-kafka
IoT-device-stream-kafka PublicSpark and Kafka based producer/consumer
-
-
yelp-data-challenge
yelp-data-challenge PublicPlaying around with with YELP dataset of www.yelp.com
Scala
-
A generic key based join function fo...
A generic key based join function for immutable.Map in Scala. Join is based on intersection of the keys functionality which resembles the "inner join" from the SQL world. 1import scala.collection.immutable
23object implicits {
4type A = Any
5implicit class MapExt[K, B <: A, C <: A](val left: immutable.Map[K, B]) {
-
Drop method for Dataframe that exten...
Drop method for Dataframe that extends given API by supporting drop for a list of columns. 1import org.apache.spark.sql.{Column, DataFrame}
23object implicits {
4implicit class DataframeExt(val df: DataFrame) {
5def drop(cols: Seq[Column]) : DataFrame = {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.