Skip to main content

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:

pip install starrydata

Usage

Below is an example of how to use Starrydata.

Download and load the Starrydata 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:

import starrydata as sd  # Import the Starrydata library
import pandas as pd  # Import the pandas library

# Load the dataset for the specified date
sd_dataset = sd.load_dataset(date="20240521")

# Print the dataset timestamp to confirm the download date
print(sd_dataset.dataset_timestamp)

# Read the 'all_curves.csv' file from the dataset and convert it to a pandas DataFrame
df_curves = pd.read_csv(sd_dataset.curves_csv)

# Read the 'all_samples.csv' file from the dataset and convert it to a pandas DataFrame
df_samples = pd.read_csv(sd_dataset.samples_csv)

# Read the 'all_papers.csv' file from the dataset and convert it to a pandas DataFrame
df_papers = pd.read_json(sd_dataset.papers_csv)

load the Starrydata dataset zip file directly

import starrydata as sd
import pandas as pd

sd_dataset = sd.load_dataset(zip_path="<your_local_file_path>")
df_curve = pd.read_csv(sd_dataset.curves_csv)
df_sample = pd.read_csv(sd_dataset.samples_csv)
df_paper = pd.read_csv(sd_dataset.papers_csv)

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:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push the branch (git push origin feature-branch)
  5. Create a pull request

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starrydata-1.4.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

starrydata-1.4.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file starrydata-1.4.0.tar.gz.

File metadata

  • Download URL: starrydata-1.4.0.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 PyPy/7.3.11

File hashes

Hashes for starrydata-1.4.0.tar.gz
Algorithm Hash digest
SHA256 f19742f4da877948a5cf2bf70f74d79fb455582fb811c1537978e1e709cd16fc
MD5 9b6f4b92fb70ba91bfb3274d5c79b9a7
BLAKE2b-256 a6c707217c441519a0bbbafcb11476bf2f582601419ba784d8189213ccb6df8e

See more details on using hashes here.

File details

Details for the file starrydata-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: starrydata-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 PyPy/7.3.11

File hashes

Hashes for starrydata-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20b6678487e574b9cbd3e0490874086376e5c37f55a13ee52364225359640189
MD5 887e29618e74950f94f20728731639e0
BLAKE2b-256 0a58e1b066a47f6d6bf026ab004471f60ff65a462507e3a0b60dd9b4ef0b6deb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page