Skip to content

Instantly share code, notes, and snippets.

View RuneLind's full-sized avatar

Rune Lind RuneLind

  • Capra Consulting AS
  • Oslo, Norway
View GitHub Profile
from pyspark.sql.types import *
fødsel_type = StructType([
StructField('personidentifikator',StringType()),
StructField('foedselsaar', StringType())])
fødsel_data = [
('12071950857',2019),
('10052300393',1923),
]
fødsel = spark.createDataFrame(fødsel_data, fødsel_type)
fødsel.show()

Keybase proof

I hereby claim:

  • I am runelind on github.
  • I am zheos (https://keybase.io/zheos) on keybase.
  • I have a public key ASCaqR7NOzfNg95mALZv9UG7AiXHKHO74BNG1XcuJdludgo

To claim this, I am signing this object: