Skip to content

data-derp/exercise-ev-production-code-delta-lake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build:

pip install -r requirements.txt -e .

Install:

pip install git+https://github.com/data-derp/exercise-ev-production-code-delta-lake
package-one==0.1.0
exercise_ev_production_code_delta_lake @ git+https://github.com/data-derp/exercise-ev-production-code-delta-lake
package-three==0.3.0

Importing into notebook (example)

pip install git+https://github.com/data-derp/exercise-ev-production-code-delta-lake#egg=exercise_ev_production_code_delta_lake
def my_awesome_function(input_df: DataFrame) -> DataFrame:
    return input_df
from exercise_ev_production_code_delta_lake.bronze import Bronze

Bronze().set_partitioning_cols(input_df)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages