Skip to content

Instantly share code, notes, and snippets.

View 000's full-sized avatar

Tanat Tonguthaisri 000

View GitHub Profile
( head -n1 *.csv | head -n1 && find . -name '*.csv' -print0 | \
parallel -0 -j $(sysctl -n hw.ncpu) "tail -n +2 {}" ) > merged.csv
@000
000 / basicdataanalysis.ipynb
Created June 27, 2021 07:09
BasicDataAnalysis.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.