About 2,500,000 results
Open links in new tab
  1. pyspark.sql.functions.to_date — PySpark 4.1.1 documentation

    Parameters col Column or column name input column of values to convert. format: literal string, optional format to use to convert date values. Returns Column date value as pyspark.sql.types.DateType type.

  2. Spark SQL converting string to timestamp - Stack Overflow

    Jul 31, 2017 · I'm new to Spark SQL and am trying to convert a string to a timestamp in a spark data frame. I have a string that looks like '2017-08-01T02:26:59.000Z' in a column called time_string My …

  3. Tutorial: Load and transform data using Apache Spark DataFrames ...

    3 days ago · Learn how to load and transform data using the Apache Spark Python (PySpark) DataFrame API, the Apache Spark Scala DataFrame API, and the SparkR SparkDataFrame API in …

  4. Spark SQL & DataFrames | Apache Spark

    Spark SQL includes a cost-based optimizer, columnar storage and code generation to make queries fast. At the same time, it scales to thousands of nodes and multi hour queries using the Spark …

  5. Spark SQL and DataFrames - Spark 4.1.1 Documentation

    Spark SQL, DataFrames and Datasets Guide Spark SQL is a Spark module for structured data processing. Unlike the basic Spark RDD API, the interfaces provided by Spark SQL provide Spark …

  6. How apply a different timezone to a timestamp in PySpark

    Aug 27, 2021 · This function may return confusing result if the input is a string with timezone, e.g. ‘2018-03-13T06:18:23+00:00’. The reason is that, Spark firstly cast the string to timestamp according to the …

  7. PySpark Overview — PySpark 4.1.1 documentation - Apache Spark

    Jan 2, 2026 · PySpark Overview # Date: Jan 02, 2026 Version: 4.1.1 Useful links: Live Notebook | GitHub | Issues | Examples | Community | Stack Overflow | Dev Mailing List | User Mailing List …

  8. Apache Spark™ - Unified Engine for large-scale data analytics

    SQL analytics and BI Storage and Infrastructure Spark SQL engine: under the hood Apache Spark ™ is built on an advanced distributed SQL engine for large-scale data Adaptive Query Execution Spark …

  9. Spark SQL Date Functions – Complete list with examples

    Aug 16, 2021 · This blog post for beginners focuses on the complete list of spark sql date functions, its syntax, description and usage and examples

  10. Custom date and time format strings - .NET | Microsoft Learn

    Learn to use custom date and time format strings to convert DateTime or DateTimeOffset values into text representations, or to parse strings for dates & times.