Resolved! Add the creation date of a parquet file into a DataFrame
Currently I load multiple parquet file with this code:df = spark.read.parquet("/mnt/dev/bronze/Voucher/*/*")(Inside the Voucher folder, there is one folder by date. Each one containing one parquet file)How can I add a column into this DataFrame, that...
- 5764 Views
- 2 replies
- 12 kudos