puffbird
Puffbird: Handling and transforming complex pandas.DataFrame objects
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.7%) to scientific vocabulary
Keywords
dataframe
dataframe-objects
datajoint
longform
pandas
seaborn
Last synced: 6 months ago
·
JSON representation
·
Repository
Puffbird: Handling and transforming complex pandas.DataFrame objects
Basic Info
- Host: GitHub
- Owner: neuralsignal
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Homepage: https://puffbird.readthedocs.io
- Size: 1.18 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 452
- Releases: 1
Topics
dataframe
dataframe-objects
datajoint
longform
pandas
seaborn
Created almost 6 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
Citation
README.md
Puffbird
Handling and transforming "puffy" pandas.DataFrame objects
- Free software: MIT license
- Documentation: https://puffbird.readthedocs.io.
Requirements
- pandas >= 0.25.3
Owner
- Name: Matthias Christenson
- Login: neuralsignal
- Kind: user
- Website: neuralsignal.github.io
- Repositories: 1
- Profile: https://github.com/neuralsignal
PhD, Columbia University | Computational Neuroscientist | ML and Data Scientist
Citation (CITATION.cff)
cff-version: 1.2.0
title: puffbird
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Matthias
family-names: Christenson
email: gucky92@protonmail.com
orcid: 'https://orcid.org/0000-0003-4858-6541'
identifiers:
- type: url
value: 'https://github.com/gucky92/puffbird'
- type: doi
value: 10.5281/zenodo.10687023
repository-code: 'https://github.com/gucky92/puffbird'
url: 'https://puffbird.readthedocs.io/en/latest/'
keywords:
- pandas
- seaborn
- dataframe
- long-format
license: MIT
GitHub Events
Total
- Push event: 25
- Pull request event: 23
- Create event: 24
Last Year
- Push event: 25
- Pull request event: 23
- Create event: 24
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| gucky92 | g****y@g****u | 23 |
| pyup-bot | g****t@p****o | 3 |
Dependencies
docs/requirements.txt
pypi
- flake8 *
- gitpython *
- ipython ==7.14.0
- matplotlib *
- nbconvert *
- nbsphinx *
- nbsphinx-link *
- numpy *
- numpydoc *
- pandas >=0.25.3
- pandoc *
- pygithub *
- recommonmark *
- scipy *
- sphinx ==3.0.3
- sphinx-automodapi *
requirements.txt
pypi
- bump2version *
- coverage *
- flake8 *
- pandas >=0.25.3
- pip ==20.1.1
- pytest *
- pytest-runner ==5.2
- tox *
- twine *
- watchdog *
- wheel *
.github/workflows/pylint.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
.github/workflows/python-app.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
setup.py
pypi