Hi to all,
I have data like this,
name age Eye color education country village
pietro 22 red bsc Italy viterbo
luigi 25 blue msc germany frosinone
maurizio 34 white msc spain rome
andrea 35 pink bsc portugal villalante
anna 65 green msc estonia bagnaia
giulia 23 black msc finland portis
federica 27 violet bsc sweden fortna
Now i want to extract only some columns out of all for example education and village. How can i extract all the columns at a time instead of one by one.
Expected results
name education village
pietro bsc viterbo
luigi msc frosinone
maurizio msc rome
andrea bsc villalante
anna msc bagnaia
giulia msc portis
federica bsc fortna
in my file i have like more than 10000 columns here i presented only example data. any help would be highly appreciated.
Thanks in advance![]()
Bookmarks