Pinned Loading
-
pandaswizard
pandaswizard Publicpandas wizard - tools I made for my data mining and lead generation projects - sorting, filtering, merging, social handlers/emails mining and so on
HTML 1
-
some bash hints for lists manipulation
some bash hints for lists manipulation 1# get first column(from file with ':' delimeter) and write into output.csv
2cut -f1 -d':' input.csv >> output.csv
3# get from first up to five column from dataset.csv
4cut -f1-5 -d',' dataset.csv
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.