https://github.com/samedwardes/samedwardes
https://github.com/samedwardes/samedwardes
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samedwardes/samedwardes
- Owner: SamEdwardes
- Created: 2021-04-12T14:43:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T16:41:16.000Z (over 3 years ago)
- Last Synced: 2025-04-06T12:13:47.179Z (over 1 year ago)
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi, I'm Sam! I am a Solutions Engineer working for Posit (formerly known as RStudio) living in Vancouver, BC. I love using Python, R, and all things open source.
**Links**
- 📂 [GitHub](https://github.com/SamEdwardes)
- 💻 [SamEdwardes.com](https://samedwardes.com/)
- 📧 [Twitter](https://twitter.com/TheReaLSamlam)
**Open source packages / libraries**
| Package / Library | Description | Type |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ---- |
| [sqlcli](https://github.com/SamEdwardes/sqlcli) | A command line interface (CLI) for interacting with SQLModel. | 🐍 |
| [spaCyTextBlob](https://github.com/SamEdwardes/spaCyTextBlob) | A TextBlob sentiment analysis pipeline component for spaCy. | 🐍 |
| [spacypdfreader](https://github.com/SamEdwardes/spacypdfreader) | A PDF to text extraction pipeline component for spaCy. | 🐍 |
| [pydatafaker](https://github.com/SamEdwardes/pydatafaker) | A python package to create fake data with relationships between tables. | 🐍 |
| [prettynum](https://github.com/SamEdwardes/prettynum) | Simple number formatting for python inspired by the [scales](https://scales.r-lib.org/index.html) package in R. | 🐍 |
| [safejoin](https://github.com/SamEdwardes/safejoin) | Perform "safe" table joins in R. | **R** |