ydata_profile
Run the streamlit app
After installing the package, launch the app from any Unix shell with:
$ datashow
You can also pass a CSV file directly. The app will load it on startup and autodetect the delimiter, falling back to , when detection is not possible.
$ datashow path/to/file.csv
Uploaded files in the browser still work and override the CSV passed from the command line.
The Streamlit sidebar includes a Quit datashow button to close the session and stop the server.
From a clone of this repository, you can still run the app directly:
$ cd ydata_profile
$ streamlit run src/ydata_profile/streamlit_app.py
Instructions for building the package
Usage
from ydata_profile import run_ydata_profile
run_ydata_profile() # opens the Streamlit app
run_ydata_profile("path/to/file.csv") # opens the app with a CSV loaded
Update dependencies
If any dependencies are required, edit the pyproject.toml file, [project] field, and add a dependencies key with a List[str] value, where each string is a pip-readable dependency.
Upload
-
Building the package before uploading:
$ python -m build # (from 'ydata_profile'). -
Upload the package to pypi:
$ python -m twine upload --repository pypi dist/LAST_VERSION
Test
- Install the package from pypi
python -m pip install --index-url https://pypi.org
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ydata_profile-1.0.5.tar.gz.
File metadata
- Download URL: ydata_profile-1.0.5.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
385bea01cae7112cdbd12071907f181c68366378837830f648c4c622c934f727
|
|
| MD5 |
1f4100e1c1217729ef0639cd2844aa4a
|
|
| BLAKE2b-256 |
a059cd8a8ecfbe14e50ab95d9b2666355da80eb7319f7001b42102aa61a0dc35
|
File details
Details for the file ydata_profile-1.0.5-py3-none-any.whl.
File metadata
- Download URL: ydata_profile-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8539eeda088ed12bf63f7b02743e9c3a591749267725f0f63a75286cb6216bfa
|
|
| MD5 |
3926bf5f0c0207009668661d8e7ec434
|
|
| BLAKE2b-256 |
1036f746578143a1dfe2782a802208dee35e045c222d538e8bb41a04af0c3d37
|