Starrydata Python useful tools
Project description
# Starrydata
Starrydata is a library that allows users to easily download and utilize datasets related to inorganic materials. This library enables efficient data retrieval for research and projects.
## Installation
You can install Starrydata from PyPI using the following command:
```sh
pip install starrydata
Usage
Below is an example of how to use Starrydata.
Downloading a Dataset
To download a specific dataset, use the Dataset class. Here is an example of how to download and load a dataset into a pandas DataFrame:
from starrydata import Dataset
import pandas as pd
# Initialize the Dataset object with a specific date
dataset = Dataset(date="20240515")
# Load the dataset into a pandas DataFrame
df = pd.read_csv(dataset.all_curves)
# Display the DataFrame
print(df)
Documentation
For more detailed documentation and usage examples, please refer to the official documentation.
Contributing
Bug reports and feature requests are welcome at the GitHub repository. Contributions to the codebase are also appreciated. Follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -am 'Add new feature') - Push the branch (
git push origin feature-branch) - Create a pull request
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
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 starrydata-1.0.1.tar.gz.
File metadata
- Download URL: starrydata-1.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 PyPy/7.3.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca4655d8c389fcd3700cd512b05cc3c1cad075d6fe1e34a023856fad94cfe5fc
|
|
| MD5 |
3d2be934a20c7b9e6d28ac7923aafef0
|
|
| BLAKE2b-256 |
6edb25403de6909909595922176cb14f202d53e505c34aafe939bb16f4cd0a1e
|
File details
Details for the file starrydata-1.0.1-py3-none-any.whl.
File metadata
- Download URL: starrydata-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 PyPy/7.3.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93175db259432e2fd86d364a71a7a8af11a0c8ea885f2fed7391a30d3d7478b8
|
|
| MD5 |
c4650291dce0a00d42158633e29b69c5
|
|
| BLAKE2b-256 |
7dd3015d21c4f72d2e904663dff115798497237da4894aa785adc4239727be6e
|