While opening dta file like this:
df = pd.read_stata('selfemp.dta')
print(data)
I get almost all columns with Nan
In this code I cannot add any encoding, as the TypeError arises
I need to open this file with right encoding to see all the columns correctly