tutorial-uc-spark-dataframe-python (1)(Python)

Loading...

    True

    1 row

    root |-- Year: integer (nullable = true) |-- First Name: string (nullable = true) |-- County: string (nullable = true) |-- Sex: string (nullable = true) |-- Count: integer (nullable = true) root |-- Year: integer (nullable = true) |-- First_Name: string (nullable = true) |-- County: string (nullable = true) |-- Sex: string (nullable = true) |-- Count: integer (nullable = true)

    <bound method DataFrame.printSchema of DataFrame[Year: int, First_Name: string, County: string, Sex: string, Count: int]>

    <bound method DataFrame.printSchema of DataFrame[Year: int, First_Name: string, County: string, Sex: string, Count: int]>