-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadit.pkg
More file actions
36 lines (35 loc) · 1.1 KB
/
readit.pkg
File metadata and controls
36 lines (35 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
d 'READIT': Use Python to Easily Append Multiple Files of Different Types and Save to Different Types.
d
d readit is a package designed to make working with multiple
d files and formats easy and performant. The package contains readit.ado,
d which allows you do no longer have to iterate
d over all the files and create Stata version files on disk.
d Now, you can just readit directly into memory...even if the
d files were created with different programs (e.g., Parquet, Feather,
d SAS, SPSS, HTML, Stata, CSV, etc...). The package also contains
d saveit.ado, which allows you to save datasets in many formats supported
d by Python's Panda package (e.g., Parquet, Feather, HTML, CSV, JSON, XLS).
d
d KW: I/O
d KW: append
d KW: export
d KW: cleaning
d KW: data management
d KW: data munging
d
d Requires: Stata version 16
d
d Distribution-Date: 20240215
d
d Author: Billy Buchanan
d Sr. Research Scientist, SAG Corporation
d
d Brian Quistorff
d Chief Data Scientist, Bureau of Economic Analysis
d
d Support: email wbuchanan@sagcorp.com
d
f readit.ado
f readit.sthlp
f saveit.ado
f saveit.sthlp