Pandas/dataexplore, how do you get data into them?

Thomas Jollans tjol at tjol.eu
Sun Oct 8 15:45:01 EDT 2017


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





More information about the Python-list mailing list