Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Changing DataFrame Limit #558

Description

@vkhombal

I'm trying to use the dataframe and table combination to use as a data selector. The sdf has 16000 rows.
I tried to set the limit to dataframe but it seems to cut-off at 200 rows.

%%html
<template is="dom-bind">
    <urth-core-dataframe id="f1" ref="sdf" value="{{df}}" limit="2000"></urth-core-dataframe>
    <urth-core-function id="f1a" ref="show_rep" arg-idx="{{sel.2}}" auto></urth-core-function>
    <urth-viz-table datarows="{{ df.data }}" selection="{{sel}}" columns="{{ df.columns }}">
    </urth-viz-table>
</template>

Then on the javascript console

> f1.value.data.length
< 200

Am i doing this right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions