Giter Club home page Giter Club logo

poldata's People

Contributors

erikgahner avatar katrinleinweber avatar resulumit avatar rstelzle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

poldata's Issues

Use (flat) ODS spreadsheet format

I would suggest to use the flat ODS spreadsheet format. This can be used in addition to .csv or .xlsx.
ODS is the OpenDocument Spreadsheet format of LibreOffice Calc; in short, .ods files are zipped XML files.
Flat ODS is the same standard; except the "compression" algorithm is flat: meaning, uncompressed.

Flat ODS is more convenient than CSV: it opens right away in a spreadsheet software; column widht and types are preserved, as well as formatting...
Flat ODS is more convenient than XLSX: the result is readable by human, it is a 100% opensource technology.
Flat ODS is more convenient than ODS: being plain text, git knows how to make diffs of them; see a sample here; this is why LibreOffice created the flat format; see "LibreOffice and Version control".

Flat ODS files can be named .fods or .ods; they will be opened by Calc and Excel.

readODS::write_fods() supports writing in flat ods.

Based on code in #14, below is a sample code to write a flat ODS file:

readODS::write_fods(spdx_licenses_2_df, 
                    path = "spdx_licenses.fods",
                    row_names = FALSE # the default anyway
                    )

Another advantage of write_fods (and of write_ods) is the support of sheets within a single spreadsheet document.
This would allow, for instance, to store the content of the README in a additional sheet, within the same document.

CCES

This might be of interest:

Cooperative Congressional Election Study
link: https://cces.gov.harvard.edu/
year_start: 2006
year_end: 2016 (ongoing)
availability: free online

Licence of each dataset; licence of the list

Thank you for this great catalog!
It would help a lot to have a field for the licence of each dataset, using one of the normalised licence codes.
This would complement these very helpful fields :

  • availability = Availability of dataset
  • registration = Requirements for data access
  • free= Free access to data (1 = Yes, 0 = No)

In addition, you may want to specify an open data licence for the list itself (not the R package). (If one is already specified, I failed to see it on the Readme).

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.