pandect¶
Simple wrapper to load dataset files into pandas.DataFrame objects
Free software: MIT license
Documentation: https://pandect.readthedocs.io.
Features¶
Uses file extension as heuristic to determine input format
Provides metadata using pyreadstat objects when appropriate
Supports: csv, tsv, xlsx, sav, dta (unreliable), sqlite3
Examples¶
import pandect
data, meta = pandect.load(input_file_name)
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.