pandect

https://img.shields.io/pypi/v/pandect.svg https://img.shields.io/travis/datagazing/pandect.svg Documentation Status

Simple wrapper to load dataset files into pandas.DataFrame objects

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.