Tags
Combine a directory of csv's with pandas
import pandas as pd from pathlib import Path csvs = Path.glob('raw/*.csv') csvs_combined = pd.concat(csvs) csvs_combined.to_csv('processed/combined.csv')
Combine a directory of csv's with pandas
import pandas as pd from pathlib import Path csvs = Path.glob('raw/*.csv') csvs_combined = pd.concat(csvs) csvs_combined.to_csv('processed/combined.csv')
qr codes in python
Dolphin Remote Storage Previews
fc
pygments htmlformatter
tmux clipboard on hyprland
command palettes are overrated
just fucking use kubernetes
principal-engineer-at-meta
virt manager on bazzite
csv
💭 Omarchy is on the move
💭 YouTube has earned its crown
💭 20 Percent Time – Ted Merz
💭 Blog @ tonsky.me
💭 We shouldn’t have needed lockfiles @ tonsky.me
💭 I Will Fucking Piledrive You If You Mention AI A ...
💭 DHH: Future of Programming, AI, Ruby on Rails, P ...
💭 A quote from greyduet on r/teachers
💭 Colors • Pico CSS
💭 rushter/selectolax: Python binding to Modest and ...