https://github.com/snth/pydiverse
Diverse set of Python functions based on the R tidyverse
https://github.com/snth/pydiverse
Last synced: 11 months ago
JSON representation
Diverse set of Python functions based on the R tidyverse
- Host: GitHub
- URL: https://github.com/snth/pydiverse
- Owner: snth
- License: mit
- Created: 2018-03-19T09:38:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T09:56:21.000Z (about 8 years ago)
- Last Synced: 2025-07-04T19:43:43.107Z (12 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pydiverse #
Diverse set of functions based on the R tidyverse
## Background ##
The lack of a simply equivalent of the `%>%` operator in `R` is often quoted as
an obstacle for data scientists to transition from `R` to `Python`. This
package aims to make that transition a bit easier.
Experienced Python Data Scientists may also find this package to be useful in
their exploratory data analysis.
## Examples ##
* DataFrames
* ggplot
* mapping with toolz and fn
## TODO ##
* Create do mode with numeric indices for args and arbitrary for kwargs