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

decompressed roas.csv.xz and changed the urls #118

Merged
merged 3 commits into from
Jan 31, 2024

Conversation

MAVRICK-1
Copy link
Contributor

solved the issue of #117

Description

In this modification, requests.get() is used to fetch the .xz file content. Then, the content is decompressed using lzma.open() and read as a CSV file. The rest of the code remains the same as before for processing the CSV data.

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@MAVRICK-1
Copy link
Contributor Author

@m-appel and @romain-fontugne can you review my PR :-)

@m-appel m-appel self-requested a review January 30, 2024 07:06
@m-appel
Copy link
Member

m-appel commented Jan 30, 2024

Hey, your PR looks good to me, please just fix the formatting (easiest is to setup pre-commit hooks as described here).

pre-commit
passed all test
@MAVRICK-1
Copy link
Contributor Author

@m-appel I have modified the code struct, It passed all the tests.

Copy link
Member

@m-appel m-appel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me!

@m-appel m-appel merged commit f464e59 into InternetHealthReport:main Jan 31, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants