Medallion Architecture - livef1.data_processing.lake

Data Lakes

Classes

DataLake(session)

BronzeLake(session, great_lake)

SilverLake(great_lake, bronze_lake)

GoldLake(great_lake, silver_lake)

class livef1.data_processing.lakes.BasicResult(data: dict)[source]

Encapsulates a basic result dataset, typically in JSON format.

Parameters:
datadict

The JSON-like data to be encapsulated within the result.

Attributes:
valuedict

The data associated with the result, stored as a dictionary (JSON-like structure).

Silver Table Generation Functions

Functions

livef1.data_processing.silver_functions.generate_car_telemetry_table(bronze_lake)[source]
livef1.data_processing.silver_functions.generate_laps_table(bronze_lake)[source]