Skip to content

homework_1 #13

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

Open
alexanderquispe opened this issue Mar 26, 2025 Β· 0 comments
Open

homework_1 #13

alexanderquispe opened this issue Mar 26, 2025 Β· 0 comments

Comments

@alexanderquispe
Copy link
Contributor

alexanderquispe commented Mar 26, 2025 β€’

πŸ“š Data Science Homework 1 β€” Web Scraping

πŸ”§ Instructions

Dear all,

Please follow the instructions below to complete Homework 1:


1. Git Branch and Folder Structure

  • Each student must create a new branch named:

    [UPID]_hw1_2025_1
    

    Example: 123456_hw1_2025_1

  • Using this branch, create a folder named exactly as your branch in the folder hw1:

    123456_hw1_2025_1/
    
  • Inside your folder, include the following:

    • requirements.txt
    • Your scraping code (your jupyter notebook). The format name should be 123456_hw1_2025_1.ipynb
    • Your resulting CSV file
  • Save everything under the main homework1/ directory in the repo.


2. Task Description

Scrape all Data Science job offers from the Bumeran platform that match the following filters(using code not by hand!):

Filters Image


3. Suggested Scraping Strategy (Two Stages)

βœ… Stage 1: Extract Job Posting Links

  • Scrape all the job listing URLs based on the filters above.
  • Navigate across all pages if necessary.

Stage 1 Image

βœ… Stage 2: Scrape Job Details

  • For each job URL collected in Stage 1, extract the following:
    • Job Title
    • Description (up to the "Benefits" section)
    • District
    • Work Mode (e.g., on-site, remote, hybrid)

Stage 2 Image


4. Output

  • Your final output must be a CSV file with the following columns:
    Job Title | Description | District | Work Mode
    

5. πŸ“Ή Short Explanation Video

  • Create a 3-minute video explaining your work.

  • Your video should include:

    • A short explanation of your environment setup.
    • A walk-through of your code and any specific functions/classes you used.
    • A sample run showing the output.
  • Upload your video link to the next Google sheet.


Deadline - April 2 23:59 p.m. NO EXTENSION!
Let us know if you have any questions. Good luck!

Daf1807 added a commit that referenced this issue Mar 28, 2025
#13
Avanve: 1)Git Branch and Folder Structure
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Mar 30, 2025
#13
+ cvs Homework #1
Daf1807 added a commit that referenced this issue Mar 30, 2025
Daf1807 added a commit that referenced this issue Apr 1, 2025
#13
Homework_1 + excel
Daf1807 added a commit that referenced this issue Apr 1, 2025
#13
homework 1 + excel
The-Paul2002 added a commit that referenced this issue Apr 1, 2025
#13
Update example homework
The-Paul2002 added a commit that referenced this issue Apr 1, 2025
#13
 update my homework
The-Paul2002 added a commit that referenced this issue Apr 1, 2025
#13
Update my homwork
fabianlo003 pushed a commit that referenced this issue Apr 1, 2025
#13
update mi tarea
JosueChumpitazi added a commit that referenced this issue Apr 2, 2025
#13
Update my homework
rominaratto added a commit that referenced this issue Apr 2, 2025
#13
#13
Hide801 added a commit that referenced this issue Apr 2, 2025
#13
Update final de la tarea. El csv es hasta la fecha 4.2.2025. Este puede variar si se corre el cΓ³digo otro dΓ­a
fabianlo003 added a commit that referenced this issue Apr 2, 2025
fabianlo003 added a commit that referenced this issue Apr 2, 2025
#13
homerwork update
fabianlo003 added a commit that referenced this issue Apr 2, 2025
#13
tarea
AbigailMontanez added a commit that referenced this issue Apr 2, 2025
#13
Update my homework
Fer20ca added a commit to Fer20ca/Data-Science-Python that referenced this issue Apr 3, 2025
UPDATE MY HOMEWORK
Fer20ca added a commit to Fer20ca/Data-Science-Python that referenced this issue Apr 3, 2025
UPDATE MY HOMEWORK
NadiaCopello added a commit that referenced this issue Apr 3, 2025
#13
update my homework 1
NadiaCopello added a commit that referenced this issue Apr 3, 2025
#13
update my homework 1
josezh07 added a commit that referenced this issue Apr 3, 2025
josezh07 added a commit that referenced this issue Apr 3, 2025
Hide801 added a commit that referenced this issue Apr 3, 2025
#13
Last update of the homework
milkoguz23 added a commit that referenced this issue Apr 3, 2025
#13
Update my homework
margaretteys added a commit that referenced this issue Apr 3, 2025
#13
EnvΓ­o de Tarea 1
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
#13
Tarea
legion8423 added a commit that referenced this issue Apr 3, 2025
#13
Update my homework
Daf1807 added a commit that referenced this issue Apr 3, 2025
#13
my homework
legion8423 added a commit that referenced this issue Apr 3, 2025
#13
tarea
legion8423 added a commit that referenced this issue Apr 3, 2025
#13
cam
Daf1807 added a commit that referenced this issue Apr 3, 2025
#13
my homework
legion8423 added a commit that referenced this issue Apr 3, 2025
#13
intento de subida 2
Daf1807 added a commit that referenced this issue Apr 3, 2025
#13
My homework
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
#13 _2
Se subieron los files anteriormente a la hora limite de la tarea a la carpeta con mi codigo, ahora se vuelven a subir pero en la carpeta con mi codigo dentro de la carpeta de homework.
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
Sebasgp29 added a commit that referenced this issue Apr 3, 2025
The-Paul2002 added a commit that referenced this issue Apr 8, 2025
#13
Update task development
josezh07 added a commit that referenced this issue Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant