Gerald Bauer
2018-08-08 12:30:23 UTC
Hello,
I've updated the csvpack (*) library / gem [1] that
let's you work with tabular data packages in ruby.
Download comma-separated values (CSV) datafiles in text - also known
as tabular datafiles and read into any sql database (e.g. SQLite,
PostgreSQL, ...), query w/ ActiveRecord and more. Example:
require 'csvpack'
CsvPack.import(
's-and-p-500-companies',
'gdb'
)
Cheers. Prost.
PS: You can find 100+ (starter) tabular data packages at the /datasets
github org [2] (thanks to the DataHub.io folks).
(*): formerly known (published) as datapak
[1]: https://github.com/csv11/csvpack
[2]: https://github.com/datasets
Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
I've updated the csvpack (*) library / gem [1] that
let's you work with tabular data packages in ruby.
Download comma-separated values (CSV) datafiles in text - also known
as tabular datafiles and read into any sql database (e.g. SQLite,
PostgreSQL, ...), query w/ ActiveRecord and more. Example:
require 'csvpack'
CsvPack.import(
's-and-p-500-companies',
'gdb'
)
Cheers. Prost.
PS: You can find 100+ (starter) tabular data packages at the /datasets
github org [2] (thanks to the DataHub.io folks).
(*): formerly known (published) as datapak
[1]: https://github.com/csv11/csvpack
[2]: https://github.com/datasets
Unsubscribe: <mailto:ruby-talk-***@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>