Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Visidata | 6,465 | 5 | 5 | a day ago | 48 | December 16, 2021 | 77 | gpl-3.0 | Python | |
A terminal spreadsheet multitool for discovering and arranging data | ||||||||||
Datascience | 3,691 | 18 days ago | 1 | cc0-1.0 | ||||||
Curated list of Python resources for data science. | ||||||||||
30 Days Of Python | 1,926 | 4 months ago | 89 | mit | HTML | |||||
Learn Python for the next 30 (or so) Days. | ||||||||||
Pygraphistry | 1,822 | 4 | 9 days ago | 148 | July 02, 2022 | 131 | bsd-3-clause | Python | ||
PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer | ||||||||||
Data Forge Ts | 1,205 | 22 | 20 | 22 days ago | 141 | June 26, 2022 | 38 | mit | TypeScript | |
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ. | ||||||||||
Django Rest Pandas | 1,170 | 23 | a month ago | 12 | March 28, 2019 | 7 | mit | JavaScript | ||
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel) | ||||||||||
Dataprofiler | 1,140 | 1 | 8 days ago | 30 | June 28, 2022 | 42 | apache-2.0 | Python | ||
What's in your data? Extract schema, statistics and entities from datasets | ||||||||||
Csvs To Sqlite | 680 | 4 | 1 | a year ago | 16 | November 18, 2021 | 39 | apache-2.0 | Python | |
Convert CSV files into a SQLite database | ||||||||||
Dataframe Go | 642 | 14 | a year ago | 4 | April 22, 2021 | 6 | other | Go | ||
DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration | ||||||||||
Pytablewriter | 536 | 39 | 38 | a month ago | 121 | March 21, 2022 | 6 | mit | Python | |
pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV. |
The really basic CSV Data to Heat Map Converter.
pip install -r requirements.txt
python -m src.gui.gui
You can easily navigate through the program and use zoom to focus on more important parts of data, while
having a chance to choose aggregation methods, namely: Sum, Mean, Min, Max
.
Analyzing the data, we could see that the peak of the COVID cases was in January 2022, while the most affected countries were Denmark, Czechia, Germany and Europe as a whole. This visualisation could be broken, but it is just "Proof Of Concept".
Of course, this app is just in completely beta-state. Honestly, it is not even beta. So be aware of a lot of bugs and untrustworthy functionality of the app.