Skip to main content

A package for fetching datasets for Analytics purposes

Project description

Welcome to DataSet-Fetcher documentation!

Introduction:

This package has one mission: to make fetching diverse dataset stats a breeze, perfect for insightful Analytics.

QuickStart:

To start with dataset_fetcher run:

pip install dataset_fetcher

Usage:

This package is specifically designed for fetching datasets from public GitHub repositories, which are shared within my own project's dataset purposes. Users of this package will no longer need to manually copy and paste datasets from various sources. In the future, I plan to integrate functionalities such as the Kaggle API, web scraping API, and connections to different databases. Many more functionalities will be added to this package.

To Fetch the data, use the datafetcher class as below:

import DataFetcher

# Fetch a dataset from the list of available datasets.
print(DataFetcher.dataset())
import DataFetcher

# Fetch a dataset by specifying its name
# print(DataFetcher.dataset('datset_name'))
dataframe = DataFetcher.dataset('AustralianElections')
print(dataframe)


Check out my YouTube channel for more innovative projects: https://www.youtube.com/@dataisenough

Reach out to us for any queries at dataisenough@gmail.com

Thank you for choosing dataset_fetcher!

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

dataset_fetcher-1.0.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

dataset_fetcher-1.0.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

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