-
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.
- Loading branch information
1 parent
cea0e16
commit 3cc3984
Showing
10 changed files
with
242 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# PY GCLOUD CONNECTORS | ||
Python utilities to simplify connection with Google APIs | ||
|
||
## Google Wrappers | ||
- `BigQueryConnector` to read and cast pandas DataFrame from BigQuery | ||
|
||
- `GAnalyticsConnector` to unsample data and return pandas DataFrame from Google Analytics | ||
|
||
- `GDriveConnector` to download, upload, search and rename files from Google Drive | ||
|
||
- `GSCConnector` to get data from Google Search Console | ||
|
||
- `GSheetsConnector` to read and upload pandas DataFrame from / to Google Spreadsheet | ||
|
||
- `GStorageConnector` to write pandas DataFrame in parquet format to Google Cloud Storage | ||
|
||
|
||
### Bonus | ||
|
||
- `ForeignExchangeRatesConverter` to get currency conversion rates | ||
|
||
- `LTVCalculator` to compute Customer Lifetime Value | ||
|
||
- `pd_utils` to derive month, quarter column from date in pandas DataFrame |
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
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
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
Oops, something went wrong.