<br><br><div class="gmail_quote">On Thu, Mar 31, 2011 at 11:10 AM, Blockheads Oi Oi <span dir="ltr">&lt;<a href="mailto:breamoreboy@yahoo.co.uk">breamoreboy@yahoo.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On <a href="tel:31%2F03%2F2011%2009" target="_blank">31/03/2011 09</a>:38, Ben Hunter wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is anybody out there familiar with data frame modules for python that<br>
will allow me to read a CSV in a similar way that R does? pydataframe<br>
and DataFrame have both befuddled me. One requires a special stripe of R<br>
that I don&#39;t think is available on windows and the other is either very<br>
buggy or I&#39;ve put it in the wrong directory / installed incorrectly.<br>
Sorry for the vague question - just taking the pulse. I haven&#39;t seen any<br>
chatter about this on this mailing list.<br>
<br>
<br>
</blockquote>
<br></div></div>
What are you trying to achieve?  Can you simply read the data with the standard library csv module and manipulate it to your needs?    What makes you say that the code is buggy, have you examples of what you tried and where it was wrong?  Did you install with easy_install or run setup.py?<div class="im">
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</blockquote>
<br></div>
Regards.<br>
<br>
Mark L.<div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org" target="_blank">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>
<br></div><div>I&#39;m not familiar with it, but what about <a href="http://rpy.sourceforge.net/">http://rpy.sourceforge.net/</a></div>