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

[NEW FEATURE] Add ability to convert JSON to csv or parquet #15

Merged
merged 8 commits into from
Oct 20, 2023
Merged

Conversation

DevGlitch
Copy link
Owner

@DevGlitch DevGlitch commented Oct 20, 2023

This pull request introduces a new feature that allows for the conversion of the Hasty JSON file to Parquet format and storing it as well in S3.

This pull request also includes updates to dependencies for improved stability, security, and performance.

@DevGlitch DevGlitch added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 20, 2023
@DevGlitch DevGlitch self-assigned this Oct 20, 2023
@github-actions
Copy link

github-actions bot commented Oct 20, 2023

Coverage

Coverage Report
FileStmtsMissCoverMissing
script
   __init__.py00100% 
   download_from_hasty.py582262%71–109
   upload_to_s3.py32391%54–63
script/tests
   __init__.py00100% 
TOTAL902572% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 1.212s ⏱️

This feature give you the ability to convert the JSON Hasty annotation file into a csv or parquet file. This can facilitate data retrieval for your pipeline.

The Hasty JSON file is still uploaded to S3 for data backup and ensuring your original annotation file is still available to you as it contains more information pertaining to Hasty.
@DevGlitch DevGlitch changed the title [NEW FEATURE] Add json to parquet conversion option [NEW FEATURE] Add ability to convert JSON to csv or parquet Oct 20, 2023
@DevGlitch DevGlitch merged commit d29f262 into main Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant