-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement preprocess camaign data function * Add Callouts, Search Network and max CPC to Campaigns sheet * Refactoring * wip languages * Join based on language codes initial * Language validation added * Add target locations and languages * Update columns
- Loading branch information
1 parent
b129d75
commit 4642cb2
Showing
5 changed files
with
871 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
from .processing import process_data_f, validate_input_data, validate_output_data | ||
from .processing import ( | ||
process_campaign_data_f, | ||
process_data_f, | ||
validate_input_data, | ||
validate_output_data, | ||
) | ||
|
||
__all__ = ["process_data_f", "validate_input_data", "validate_output_data"] | ||
__all__ = [ | ||
"process_campaign_data_f", | ||
"process_data_f", | ||
"validate_input_data", | ||
"validate_output_data", | ||
] |
Oops, something went wrong.