DatasetsSummarizer
Datasets Summarizer is compatible with Jupyter Notebooks. Need the x and y values based on any similarity metric to generated the similarity plot between datasets. Supports the metadata format generated by datamart-profiler library to generate the Detail View to explore each dataset.
( Click one dataset from the list of results to open the Detail View.)
Demo
Live demo (Google Colab):
In Jupyter Notebook:
import DatasetsSummarizer
data = DatasetsSummarizer.get_taxi_data()
DatasetsSummarizer.plot_datasets_summary(data)
Install
Option 1: install via pip:
pip install datasets-summarizer
Custom similarity metric
Use a subset or add a new entry (x and y values ) based on a different similatiry metric. For example, here we added x and y values based on a similarity metric using a modified version of the titles. Note that modif_title_x and modif_title_y must be included in the dataframe.
new_similarity_metrics = [{'name': 'Title', 'x': 'title_x', 'y': 'title_y'},
{'name': 'ModifiedTitle', 'x': 'modif_title_x', 'y': 'modif_title_y'}
]
Then, we can pass this new similarity metrics as a parameter of our visualization
DatasetsSummarizer.plot_datasets_summary(dataframe, new_similarity_metrics)
Release files for datasets-summarizer 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datasets-summarizer-0.1.2.tar.gz | 2.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datasets_summarizer-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 MB
Release files / datasets-summarizer-0.1.2.tar.gz
| Download URL | datasets-summarizer-0.1.2.tar.gz |
|---|---|
| Size | 2.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0cce2b615d235bc33989fe2abb2b16dbdba565f08735bf35d83108a81e5f81a
|
|
BLAKE2b-256 checksum How to use checksums |
1a967ab6390dcb6a4258e4446e7455c8faa3c0759906e2122182507e233466f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.7.4
|
Release files / datasets_summarizer-0.1.2-py3-none-any.whl
| Download URL | datasets_summarizer-0.1.2-py3-none-any.whl |
|---|---|
| Size | 2.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c3bf08bcce779a26681fbf8cfd4d5bd8656d23c3a7aae61efabe1bff7145b70a
|
|
BLAKE2b-256 checksum How to use checksums |
575ee52b5a43a37808ad56168386ea357abbd93eb6033de81aeaf32a1fe6f1d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.7.4
|