Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions Data_Lake/data/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Python code file for testing purposes.")
4 changes: 4 additions & 0 deletions Data_Lake/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ def main():

if __name__ == "__main__":
main()



UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ Udacity provides their own crafted Capstone project with dataset that include da

I worked on my own open-ended project. <br />
Here is the link - [goodreads_etl_pipeline](https://github.com/san089/goodreads_etl_pipeline)



I have made chnages In README file