September 05, 2008

hi guys,

you can also subscribe my blog on omeego.com, where you can get my posts in your inbox and also add comments to interact with small community of people who follow my blog.

click on following link to subscribe to my omeego circle.

http://omeego.com/xfe6c10e09a51?circle=Avishkar_DB_blog&invitedby=avishkarm

Creating DataFrames from CSV in Apache Spark

 from pyspark.sql import SparkSession spark = SparkSession.builder.appName("CSV Example").getOrCreate() sc = spark.sparkContext Sp...