GithubHelp home page GithubHelp logo

datadex's Introduction

datadex

A system for organizing scientific datasets.

datadex's People

Contributors

dglmoore avatar

Watchers

 avatar

datadex's Issues

Way to identify existing files

We'd like to come up with a way to check if a file exists within a given folder. We talked about a couple ways of doing this, including:

  • updating datadex to include the files within each folder recursively
  • keeping a list of all unique file names across any folders
  • others

Traverse directory tree for column headers

Description

If no column names are provided, the create_library method will attempt to use a params file in the current directory to determine them. This could easily result in missing column headers when subdirectories have params that the root directory does not.

It would be worthwhile to be able to traverse the directory tree and extract all column headers.

Does column header exist?

Description

When iteratively generating data, it would be useful to be able to determine if a column header exists in the library.

At present, the only solution is something like

if 'header_name' in dex.headers():
    pass
else:
    pass

Proposed Resolution

Create a method that queries the database for column header names, e.g.

def header_exists(header_name):
    pass

Use JSON for params format

Description

The current params format is atrocious. All we can really do, in an automated way, is append to the end of it. I would be nice to be able to easily modify params files programmatically. For that to be the case, we need to use a standardized file format.

Proposed Resolution

Use the JSON file format for params files.

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.