Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

convert file dta in csv

import pandas as pd
data = pd.io.stata.read_stata('my_stata_file.dta')
data.to_csv('my_stata_file.csv')
Comment

PREVIOUS NEXT
Code Example
Python :: Exiting from python Command Line 
Python :: install requests-html with conda 
Python :: check if a string is palindrome or not using two pointer function in python 
Python :: 151 - Power Crisis solution in python 
Python :: set lable of field django 
Python :: datetime time set seconds 
Python :: Reducing noise on Data 
Python :: python bug 
Python :: channel unhiding command in discord.py 
Python :: Python use number twice without assignment 
Python :: if a specific column name is present drop tyhe column 
Python :: where are docker logs 
Python :: query first 5 element in django 
Python :: tensorflow euclidean distance 
Python :: Acticating virtual environment 
Python :: how to extract column from numpy array 
Python :: any() and all() 
Python :: python find string in string 
Python :: pygame get surface region 
Python :: repeat a condition n times one by one python 
Python :: python replace in string 
Python :: np.zero 
Python :: how to get the top 100 frequent words on a python dataframe colummn 
Python :: python replace text 
Python :: async asyncio input 
Python :: django-tool-bar 
Python :: how to backspace in python 
Python :: np random list 
Python :: cv2.imshow not working in vscode 
Python :: pandas transform count where condition 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =