5 Kommentare (5 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)Python136 Forks (136 Forks)github user discovery
enhancementhelp wantedplugin
Repository-Metriken
- Stars
- 886 Sterne (886 Sterne)
- PR-Merge-Metriken
- Keine gemergten PRs in 30 T (Keine gemergten PRs in 30 T)
Beschreibung
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-Richtung
- Implementieren Sie einen Parser für Textdateien mit fester Breite, indem Sie die Datei zeilenweise lesen und jede Zeile basierend auf einer Spaltenspezifikation (Breiten) in Felder aufteilen. Konvertieren Sie die Daten in eine rows.Table und exportieren Sie sie dann in CSV. Schauen Sie sich vorhandene Plugins im rows Repository als Referenz an.
- Tech Stack
- python
- Domain
- data
- Issue Type
- Funktion
- Voraussetzungen
- PythonCSVregular expressions