5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python136 forks (136 forks)github user discovery
enhancementhelp wantedplugin
Repository metrics
- Stars
- 886 stars (886 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Some institutions release data in fixed-width text files (a lot of them uses R to parse it), like these IBGE files. It would be awesome to import these files so we can convert them to proper CSVs so more people (read as "non-R people") will be able to read them easily.
Contributor guide
- Research direction
- Implement a parser for fixed width text files by reading the file line by line, splitting each line into fields based on a column specification (widths). Convert the data into a rows.Table and then export to CSV. Look at existing plugins in the rows repository for reference.
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Prerequisites
- PythonCSVregular expressions