Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ def main():
## PROPERTIES

## Create the properties script in default location if it doesn't already exist.
package_path = sp.PackagePath()
sp.create_properties_script()

## Load your raw, but tidy, data into a Polars DataFrame.
# package_path = sp.PackagePath()
# raw_data = pl.read_csv(package_path.root() / "raw" / "data.csv")
## Extract field properties from the data.
# field_properties = sp.extract_field_properties(data=raw_data)
Expand Down
Loading