Git Product home page Git Product logo

cured's People

Contributors

annabel-crum avatar g-accad avatar joe-heffer-shef avatar ns-rse avatar pre-commit-ci[bot] avatar

Watchers

 avatar

cured's Issues

Implement CSV to binary conversion workflow step

Describe the solution you'd like

A function that takes these inputs:

  • Working directory
  • The unique ID of the data set
  • Metadata (the data type of each column)

and has these outputs

  • The path of the output directory
  • A new set of data files in a binary format (e.g. Apache Parquet)
graph LR
    func["csv_to_binary()"]
    input1("Raw data directory") --> func
    input2("Metadata") --> func
    func --> output1("Output directory")
    func --> output2("Binary data files")
Loading

Describe alternatives you've considered

  • Using R data frames to convert from CSV to binary
  • Using Apache Arrow using the R library
  • Using DuckDB (via the R library) using SQL language

Additional context

https://github.com/Joe-Heffer-Shef/cured/tree/master/csv_to_parquet

Implement the raw data summary workflow step

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Implement TOS parser workflow step

Assignee: Madina Hassan

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We need to extract the metadata from the TOS in a format that's usable in our data pipeline.

Describe the solution you'd like
A clear and concise description of what you want to happen.

  • Load the Excel TOS workbook(s) (There are many different ones! For now we can start with APC.)
  • Find the relevant part of the spreadsheet
  • Clean up these cells, capturing as much of the information as possible
  • Save to a machine-readable format (JSON)

Ideally we'd save the metadata using some kind of widely-accepted standard (RO-Crate, JSON Schema, or something)

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Automated testing using GitHub Actions

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.