puffbird

Puffbird: Handling and transforming complex pandas.DataFrame objects

https://github.com/neuralsignal/puffbird

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
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

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

All Time
  • Total Commits: 26
  • Total Committers: 2
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.115
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
gucky92 g****y@g****u 23
pyup-bot g****t@p****o 3
Committer Domains (Top 20 + Academic)

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