dsgelab / finregistry-data

FinRegistry data preprocessing scripts
3 stars 2 forks source link

thl_malformation #21

Closed demmlerj closed 1 year ago

demmlerj commented 1 year ago

Data are in csv2 format, please change!

Quick fix and R code are in /data/processed_data/thl_malformation/findata

# Author: J. Demmler
# Date: 09/05/2023
#
# Description:
# manual changes before sending data to THL/Findata
# edits to be implemented in Python pipeline
#
# Problems:
# files were in csv2 format

data <- read.csv2("malformations_anomaly_2022-01-26.csv")
write.csv(data, "findata/malformations_anomaly_2022-01-26.csv", row.names=FALSE)

data <- read.csv2("malformations_basic_2022-01-26.csv")
write.csv(data, "findata/malformations_basic_2022-01-26.csv", row.names=FALSE)