Best place to find sample data

Denis McMahon denismfmcmahon at gmail.com
Sat Jul 26 17:28:44 EDT 2014


On Sat, 26 Jul 2014 06:41:11 -0700, Nicholas Cannon wrote:

> Hey I need some sample data to test out and do stuff with.

When I want sample data I usually write a python script to generate it.

> Also I am
> having strange errors with idle when i load a .txt file read it and then
> print it, idle crashes well kind of freezes.

Missing libraries? Bad characters in the text file? 

> Not sure what is wrong
> here. Also I am having troubles with Numpy and its loadtxt function:
> 
> ValueError: cannot set an array element with a sequence

How about showing us the code concerned, and the text that's being loaded.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list