Coder Social home page Coder Social logo

dashbordes's Introduction

Dash Дашборд c Pandas

Этот проект представляет собой простую приборную панель, созданную с помощью фреймворка Dash для создания интерактивных веб-приложений и Pandas для манипулирования данными и их анализа. Приборная панель визуализирует данные из CSV-файла, позволяя пользователям изучать тенденции и закономерности в наборе данных.

Установка

Перед запуском приложения убедитесь, что у вас установлены необходимые зависимости. Установить их можно с помощью следующей команды:

pip install dash dash-core-components dash-html-components pandas plotly

Установка зависимостей

  1. Клонируйте репозиторий себе на комп:
git clone https://github.com/your-username/dash-dashboard.git
cd dash-dashboard
  1. Установите зависимости(будет добавлено):
pip install -r requirements.txt
  1. Запустите:
python text.py

Приложение будет доступно по адресу http://127.0.0.1:8050/ в веб браузере.

Использование

  • На приборной панели отображается диаграмма рассеяния с точками данных по выбранным показателям, странам и годам.
  • Наведите курсор на точки данных, чтобы просмотреть дополнительную информацию.
  • Настройте визуализацию с помощью выпадающих меню.

Структура проекта

  • text.py: Основной файл приложения, содержащий веб-приложение Dash.
  • text.csv: Образец CSV-файла с данными для визуализации.

Персонализация

  • Замените файл text.csv своим набором данных. Убедитесь, что в CSV-файле есть такие столбцы, как Дата, Товар, Категория, Количество ,Сумма.
  • Настройте код в файле text.py, чтобы изменить макет, стиль и взаимодействие в соответствии с вашими требованиями.

dashbordes's People

Contributors

garc0 avatar

Watchers

 avatar  avatar

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.