Stefan Ram <r...@zedat.fu-berlin.de> wrote: > Chris Green <c...@isbd.net> writes: > >How do you load a large table into dataexplore? > > I have not tested the following lines, I have no experience > with "dataexplore", this is just from what I heard: > > from pandastable.app import DataExplore > app = DataExplore() > table = app.getCurrentTable() > > You can now supposedly use »table.importCSV« to import CSV. > Read the docs for more details. It might not even work as I > wrote, but maybe just the names of those callables can get > you started. > > Also check out »app.load_dataframe« which supposedly can > load a "dataframe" (interactively?). > Thanks, those might get me going.
-- Chris Green · -- https://mail.python.org/mailman/listinfo/python-list