bidict
static-frame
bidict | static-frame | |
---|---|---|
- | 8 | |
1,473 | 431 | |
- | 1.6% | |
8.2 | 9.8 | |
7 days ago | 12 days ago | |
Python | Python | |
Mozilla Public License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bidict
We haven't tracked posts mentioning bidict yet.
Tracking mentions began in Dec 2020.
static-frame
- Static-frame: Immutable/statically-typed DataFrames with runtime type validation
-
Type-Hinting DataFrames for Static Analysis and Runtime Validation
This is inadequate, as it ignores the types contained within the container. A DataFrame might have string column labels and three columns of integer, string, and floating-point values; these characteristics define the type. A function argument with such type hints provides developers, static analyzers, and runtime checkers with all the information needed to understand the expectations of the interface. StaticFrame 2 now permits this:
-
Memoizing DataFrame Functions: Using Hashable DataFrames and Message Digests to Optimize Repeated Calculations
StaticFrame is an alternative DataFrame library that offers efficient solutions to this problem, both for in-memory and disk-based memoization.
-
The Performance Advantage of No-Copy DataFrame Operations
A NumPy array is a Python object that stores data in a contiguous C-array buffer. The excellent performance of these arrays comes not only from this compact representation, but also from the ability of arrays to share "views" of that buffer among many arrays. NumPy makes frequent use of "no-copy" array operations, producing derived arrays without copying underling data buffers. By taking full advantage of NumPy's efficiency, the StaticFrame DataFrame library offers orders-of-magnitude better performance than Pandas for many common operations.
-
Which not so well known Python packages do you like to use on a regular basis and why?
static-frame. An immutable alternative to pandas.
-
One Fill Value Is Not Enough: Preserving Columnar Types When Reindexing DataFrames
StaticFrame is an immutable DataFrame library that offers solutions to such problems. In StaticFrame, alternative fill value representations can be used to preserve columnar types in reindexing, shifting, and many other operations that require fill_value arguments. For operations on heterogeneously typed columnar data, one fill value is simply not enough.
- static-frame: Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
-
Bug Sur 11.4 stuttering issues on RX 6800
For me, one example of high cpu usage is when i visit links like this one (https://github.com/InvestmentSystems/static-frame/blob/master/static_frame/performance/core.py) on GitHub. Safari is extremely laggy when i do nothing more than just scrolling around. Do you have sth like this?
What are some alternatives?
Box - Python dictionaries with advanced dot notation access
pandas-ta - Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 150+ Indicators
DottedDict - Python library that provides a method of accessing lists and dicts with a dotted path notation.
pandastable - Table analysis in Tkinter using pandas DataFrames.
dataclasses
python-lenses - A python lens library for manipulating deeply nested immutable structures
python-benedict - :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, html, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities.
bambi - BAyesian Model-Building Interface (Bambi) in Python.
pyglossary - A tool for converting dictionary files aka glossaries. Mainly to help use our offline glossaries in any Open Source dictionary we like on any modern operating system / device.
rubygems - Library packaging and distribution for Ruby.
prodict - Prodict, what Python dict meant to be.
mpire - A Python package for easy multiprocessing, but faster than multiprocessing