Code Monkey home page Code Monkey logo

streamlit-dashboards's People

Contributors

0xjimm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bd21

streamlit-dashboards's Issues

Pivot table failing due to duplicate TX_IDs

Knowhere Art dashboard is failing with the following error. Looks like a third of the transactions from the api are duplicates.

ValueError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs.
Traceback:
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/script_runner.py", line 354, in _run_script
    exec(code, module.__dict__)
File "/app/streamlit-dashboards/knowhere.py", line 31, in <module>
    index="TX_ID", columns="EVENT_TYPE", values=["EVENT_ATTRIBUTES", "BLOCK_TIMESTAMP"]
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/frame.py", line 7788, in pivot
    return pivot(self, index=index, columns=columns, values=values)
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/reshape/pivot.py", line 517, in pivot
    return indexed.unstack(columns_listlike)
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/frame.py", line 8320, in unstack
    result = unstack(self, level, fill_value)
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/reshape/reshape.py", line 447, in unstack
    return _unstack_frame(obj, level, fill_value=fill_value)
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/reshape/reshape.py", line 470, in _unstack_frame
    unstacker = _Unstacker(obj.index, level=level)
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/reshape/reshape.py", line 133, in __init__
    self._make_selectors()
File "/home/appuser/venv/lib/python3.7/site-packages/pandas/core/reshape/reshape.py", line 185, in _make_selectors
    raise ValueError("Index contains duplicate entries, cannot reshape")```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.