Pandas/dataexplore, how do you get data into them?
Chris Green
cl at isbd.net
Sun Oct 8 18:17:16 EDT 2017
More information about the Python-list mailing list
Sun Oct 8 18:17:16 EDT 2017
- Previous message (by thread): Pandas/dataexplore, how do you get data into them?
- Next message (by thread): How to track usage within a desktop python application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ยท
- Previous message (by thread): Pandas/dataexplore, how do you get data into them?
- Next message (by thread): How to track usage within a desktop python application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list