Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

add BarFeed support for pandas, generic sequences #150

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tmkontra
Copy link

builds off of #107 by @flipdazed and suggestions by @gbeced

  • barfeed.listfeed
    • list of dicts requiring standard column naming scheme
    • sequence items are passed through csvfeed.GenericRowParser
  • barfeed.pandasfeed
    • maps dataframe rows directly to bar.BasicBar via DataFrame.apply

@tmkontra
Copy link
Author

TODO: Planning to add test cases.

Was not clear how to run tests locally, it looks like Docker might be the best way? Spin up container and manually run test cases?

There appears to be a number of integration dependencies (twitter, quandl, etc), so relying on this repository's travis hook seemed the quickest way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants