Pandas/dataexplore, how do you get data into them?
Chris Green
cl at isbd.net
Sun Oct 8 13:51:13 EDT 2017
Stefan Ram <ram at zedat.fu-berlin.de> wrote:
> Chris Green <cl at 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
·
More information about the Python-list
mailing list