JP18 de abr. de 20222 minDifferences between FAILFAST, PERMISSIVE and DROPMALFORED modes in DataframesThere's a bit differences between them and we're going to find out in this post. The parameter mode is a way to handle with corrupted...
JP28 de mar. de 20222 minWorking with Schemas in Spark Dataframes using PySparkWhat's a schema in the Dataframes context? Schemas are metadata that allows working with a standardized Data. Well, that was my...