featurevectormatrix

Python class to encapsulate different representations of large datasets


Keywords
featurevectormatrix
License
BSD-3-Clause
Install
pip install featurevectormatrix==0.1.1

Documentation

Feature Vector Matrix

https://badge.fury.io/py/featurevectormatrix.png https://travis-ci.org/talentpair/featurevectormatrix.png?branch=master

Python class to encapsulate different representations of large datasets

Features

  • Python class to encapsulate different representations of large datasets
  • Rows can be inserted as python dictionaries or arrays
  • They can be pulled out as dictionaries or arrays
  • Supports pythonix indexing, len, and iteration