On 08/10/17 18:02, Chris Green wrote: > I am looking at dataexplore and Pandas, they look as if they may > provide useful tools but at the moment I can't quite understand how > you get data into them. > > How do you load a large table into dataexplore? > > Ultimetely I want to get data from a database table but any help would > be useful. > I know nothing about dataexplore, but pandas has tonnes of handy I/O functions:
http://pandas.pydata.org/pandas-docs/version/0.20/io.html I mostly use pandas.read_csv to get data in, but there is also a read_sql function that you might find useful -- Thomas -- https://mail.python.org/mailman/listinfo/python-list