I have a table that is organized as follows
id.salario.idade.mun_trab.mun_res.anos_estudo.sexo.meso_trab.semiarido_trab.faixa_escolaridade
1
1|678|49|250375|250375|1|Masculino|Sertão Paraibano|Sim|Analfabeto
2
2|1351.55|36|251030|251030|1|Masculino|Borborema|Sim|Analfabeto
How do I read the file correctly or modify the columns of that dataframe?
I tried to format the columns and it didn't work.