4.5.1. statsmodels.iolib.api

4.5.1.1. Functions

csv2st(csvfile[, headers, stubs, title]) Return SimpleTable instance, created from the data in csvfile, which is in comma separated values format.
genfromdta(fname[, missing_flt, encoding, ...]) Returns an ndarray or DataFrame from a Stata .dta file.
load_pickle(fname) Load a previously saved object from file
save_pickle(obj, fname) Save the object to file via pickling.
savetxt(fname, X[, names, fmt, delimiter]) Save an array to a text file.

4.5.1.2. Classes

SimpleTable(data[, headers, stubs, title, ...]) Produce a simple ASCII, CSV, HTML, or LaTeX table from a rectangular (2d!) array of data, not necessarily numerical.
StataReader(fname[, missing_values, encoding]) Stata .dta file reader.
StataWriter(fname, data[, convert_dates, ...]) A class for writing Stata binary dta files from array-like objects