Open bertday opened 12 months ago
Per an offline convo, @ILSR-GIS-DATA said it would be easier to work with the downloaded BDC data if it were all in one CSV file — not split out by state and technology.
As a stopgap, this shell one-liner might work:
awk '(NR == 1) || (FNR > 1)' *.csv > bdc_merged.csv
Per an offline convo, @ILSR-GIS-DATA said it would be easier to work with the downloaded BDC data if it were all in one CSV file — not split out by state and technology.