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

Loading...

    True

    Year
    First_Name
    County
    Sex
    Count
    1
    2021
    test
    Albany
    M
    42
    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]>