Git Product home page Git Product logo

Comments (7)

cmrivers avatar cmrivers commented on August 28, 2024

Totally agree, wish I had standardized both the file names and the variable names. At this point though I'm worried that changing it would be burdensome for users, e.g. might break scripts.

Anyone else want to weigh in?

from ebola.

chendaniely avatar chendaniely commented on August 28, 2024

burdensome for users, e.g. might break scripts.

do you know how many people are actually using those data? and potentially how many people will be affected?

In the long run, it may actually be more beneficial to standardize names.
Since sorting and tracking will be much easier to do when things are properly sorted.

I want to say nicely named files are probably better for scripts anyway, compare this to trying to parse the current file name.

If you've ever worked with census data, the fixed file naming convention (including how many characters) is a godsend.

from ebola.

chendaniely avatar chendaniely commented on August 28, 2024

you can always supply a renaming script :p

from ebola.

cmrivers avatar cmrivers commented on August 28, 2024

I don't know exactly how many people use them, but I don't think it's a trivial number.

I'm leaning towards standardized renaming, but I think we should leave open this issue until maybe Monday the 13th to give people time to comment. At the very least I think we can sed out the spaces in the filenames, since that annoys even me (and I'm the one who put them there...).

from ebola.

chendaniely avatar chendaniely commented on August 28, 2024

may I suggest 2 digit numbers (e.g., sept 01 vs sept 1)

from ebola.

donpdonp avatar donpdonp commented on August 28, 2024

Standardizing the filenames would help anyone who will be importing all the data into another tool.

/countries
  /liberia
    2014-09-29.csv
    2014-09-19.csv
  /sierra_leone
    2014-09-29.csv

If there are really different categories from 'casedata', a third level of directories might work, too. The date should follow iso8601.

A filename reorganization is a step along the way to get all the csv into a single data source such as a sqlite database.

from ebola.

samccone avatar samccone commented on August 28, 2024

👍 @donpdonp

from ebola.

Related Issues (20)

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.