Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinh-vu/pydata_master
pydata_master is an all-in-one package for the data operation in a daily basis which contains almost frequently used functions I need.
https://github.com/thinh-vu/pydata_master
Last synced: 14 days ago
JSON representation
pydata_master is an all-in-one package for the data operation in a daily basis which contains almost frequently used functions I need.
- Host: GitHub
- URL: https://github.com/thinh-vu/pydata_master
- Owner: thinh-vu
- License: mit
- Created: 2022-09-25T07:47:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T17:48:41.000Z (over 1 year ago)
- Last Synced: 2024-12-07T22:18:05.412Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
![Datetime Frequencies](../main/src/pandas_daterange_freq_list.png)
# IV. 🙋♂️ CONTACT INFORMATION
---
If you want to support my open-source projects, you can "buy me a coffee" via [Patreon](https://patreon.com/thinhvu?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator) or Momo e-wallet (VN). Your support will help to maintain my blog hosting fee & to develop high-quality content.
![momo-qr](https://github.com/thinh-vu/vnstock/blob/main/src/momo-qr-thinhvu.jpeg?raw=true)