Skip to content

Commit

Permalink
Fix broken link to pyspark.sql.DataFrame.printSchema (#8109)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonipeleg33 authored Sep 2, 2024
1 parent c843c39 commit d9de4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/auditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ etl/v1/data/region=us-west-2/organization=org-acme/year=2024/month=02/day=12/hou
## Schema

The files are in parquet format and can be accessed directly from Spark or any client that can read parquet files.
Using Spark's [`printSchema()`](https://spark.apache.org/docs/3.1.1/api/python/reference/api/pyspark.sql.DataFrame.printSchema.html) we can inspect the values, that’s the latest schema with comments on important columns:
Using Spark's [`printSchema()`](https://spark.apache.org/docs/3.5.2/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.printSchema.html) we can inspect the values, that’s the latest schema with comments on important columns:

| column | type | description |
|---------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit d9de4f0

Please sign in to comment.