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

Chris Green cl at isbd.net
Sun Oct 8 18:17:16 EDT 2017


Thomas Jollans <tjol at tjol.eu> wrote:
> 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
> 
Ah, thank you, this is getting more interesting!  :-)

-- 
Chris Green
·



More information about the Python-list mailing list