[Tutor] suggestions for splitting file based on date

David Hutto dwightdhutto at gmail.com
Sat Jul 20 07:26:48 CEST 2013


You could also begin a little stats(I think steven D'aprano did pystats),
which would show rhythms within those particular frequency windows, using y
as a basis for your model


On Sat, Jul 20, 2013 at 1:10 AM, David Hutto <dwightdhutto at gmail.com> wrote:

> Why not use the actual month? With a simple x/y canvas in Tkinter you
> could plot by the months with polygon coordinates as your data
> visualization, or in 30 day /etc windows, just the price(y) being a
> derivative  of x(the frequency of changes), and create simple line segments
> with polygon coordinates, and refine them to
> hourly/daily/weekly/monthly/yearly, or in 30/60/90 day increments with a
> little url scraping.
>



-- 
Best Regards,
David Hutto
*CEO:* *http://www.hitwebdevelopment.com*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130720/abe859d5/attachment.html>


More information about the Tutor mailing list