datavis

Study project for data visualisation

https://github.com/vlaszdunov/datavis

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary

Keywords

data-visualisation pandas seaborn
Last synced: 4 months ago · JSON representation ·

Repository

Study project for data visualisation

Basic Info
  • Host: GitHub
  • Owner: vlaszdunov
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 167 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Topics
data-visualisation pandas seaborn
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation Codeowners

README.md

datavis

CI CodeQL

Study project for data visualisation

  1. Configure .env.example for your case
  2. Rename .env.ecample to .env
  3. To use the programm install dependencies from requirements.txt using pip install -r requirements/requirements.txt For development install additional dependencies from requirements-dev.txt using pip install -r requirements/requirements-dev.txt
  4. Run main.py

Owner

  • Name: Vlas
  • Login: vlaszdunov
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - given-names: vlaszdunov
title: "datavis"
date-released: 2024-05-10
url: "https://github.com/vlaszdunov/datavis"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements/requirements-dev.txt pypi
  • colorama ==0.4.6 development
  • idna ==3.7 development
  • iniconfig ==2.0.0 development
  • pluggy ==1.5.0 development
  • pytest ==8.2.1 development
requirements/requirements.txt pypi
  • certifi ==2024.2.2
  • charset-normalizer ==3.3.2
  • contourpy ==1.2.1
  • cycler ==0.12.1
  • et-xmlfile ==1.1.0
  • fonttools ==4.51.0
  • idna ==3.7
  • kiwisolver ==1.4.5
  • matplotlib ==3.9.0
  • numpy ==1.26.4
  • openpyxl ==3.1.2
  • packaging ==24.0
  • pandas ==2.2.2
  • pillow ==10.3.0
  • pyparsing ==3.1.2
  • python-dateutil ==2.9.0.post0
  • python-dotenv ==1.0.1
  • pytz ==2024.1
  • requests ==2.32.2
  • seaborn ==0.13.2
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.1