-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils.py create; functions to load/save dict of df + datetime index s…
…et; data in data/processed folder
- Loading branch information
Showing
12 changed files
with
507 additions
and
25 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+183 KB
data/interim/clean_data_futures.xlsx → data/interim/clean_data_future.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,7 +1,15 @@ | ||
# Changelog | ||
|
||
2019-02-06 | ||
## 2019-02-07 | ||
- Refactors from `1_data_clean_load_datetime.ipynb` notebook: | ||
- `utils.py` for `frames_to_excel(),dictmap_load(), dictmap_datetime()` functions in `wsae_lstm` source/root folder | ||
- Functions to load and save a dictionary of dataframes to and from disk | ||
- `clean_data.py` updated with function imports from `utils.py` | ||
- `frames_to_excel()` can now accept optional `key_order` kwarg | ||
- Minor syntax/variable name reference consistency changes | ||
- Data in `data/processed` has date column in datetime object format | ||
|
||
- clean_dataset.py in `wsae_lstm` folder to clean raw dataset, output stored in `data/interim` folder (refactored from `notebooks\0_data_clean_load.ipynb`) | ||
## 2019-02-06 | ||
- clean_dataset.py in `wsae_lstm` folder to clean raw dataset, output stored in `data/interim` folder (refactored from `notebooks\0_data_clean_load.ipynb` notebook) | ||
- `readme.md` update with repository structure section & other minor clarification changes | ||
|
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.