pyspark
-
Python: Apache Spark 공부 예제 (pyspark)컴퓨터/파이썬 2021. 2. 2. 23:45
Apache Spark v3.0.1 기준 Apache Spark™ - Unified Analytics Engine for Big Data Ease of Use Write applications quickly in Java, Scala, Python, R, and SQL. Spark offers over 80 high-level operators that make it easy to build parallel apps. And you can use it interactively from the Scala, Python, R, and SQL shells. spark.apache.org txt나 csv 불러오기 from pyspark.sql import SparkSession # Spark v3.0.1 spa..