All frequently used functions in one package for the data operation in a daily basis.
Project description
I. INTRODUCTION
pydata_master
is an all-in-one package for daily data operation that contains the most frequently used functions I need.
II. REFERENCES
2.1. How to use this package?
- Using pip to install the pre-built package on Pypip
pip install pydata_master
- If you want to use the latest pydata_master version instead of the stable one, you can install it from the source with the following command:
pip install git+https://github.com/thinh-vu/pydata_master.git@main
- Import the whole package to your project:
from pydata_master import *
- Import a specific part of the package:
from pydata_master.util import *
2.2. Install dependencies
If you install the package from the Github source, you must install dependencies separately. You can run this command to install all of them at once.
!pip install trafilatura
!pip install df2gspread
!pip install pytube
!pip install nltk
!pip install trafilatura
!pip install google-auth-httplib2
Google services
creds, gc = google_auth('YOUR_PATH_TO_JSON')
III. APENDICES
IV. 🙋♂️ CONTACT INFORMATION
If you want to support my open-source projects, you can "buy me a coffee" via Patreon or Momo e-wallet (VN). Your support will help to maintain my blog hosting fee & to develop high-quality content.
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
Built Distribution
File details
Details for the file pydata_master-0.0.7.tar.gz
.
File metadata
- Download URL: pydata_master-0.0.7.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d706e7dd7869f243f66641997f0ec9b991fbe8cbb454086034db62d4f190f4ab |
|
MD5 | ac75852783c9e3f9dc9d1f26159c4159 |
|
BLAKE2b-256 | 5a84a7d4829e0804fb910c91b27d114c393b9f1444ecdd9871211000d94d730f |
File details
Details for the file pydata_master-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: pydata_master-0.0.7-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2813ad6110f43bae46a96aa43c671d73f444b946cf918e830341cbd1becd5f24 |
|
MD5 | 4511c316bf9f5968c80624dac711bbd7 |
|
BLAKE2b-256 | 09f91ab83eaa8c357a65e8142b7cb4e70aab81f5c5e71cb32fa7498f0dc60079 |