Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 1 #137

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Project work 6 updated
  • Loading branch information
tes2000 committed Dec 15, 2024
commit 3ad54bf39e4d363f57635f4eda6c2c057e96d30a
4 changes: 2 additions & 2 deletions project/pipeline.py
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
import gzip

# Define paths
DATA_DIR = r"C:\Users\HP\Documents\MADE\data"
SOURCE_INFO_FILE = r"C:\Users\HP\Documents\MADE\project\source_info.json"
DATA_DIR = r"data"
SOURCE_INFO_FILE = r"source_info.json"

# Function to fetch data
def fetch_data():