glom icon indicating copy to clipboard operation
glom copied to clipboard

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️

Results 118 glom issues
Sort by recently updated
recently updated
newest added

as I'm answering more and more questions, I'm starting to notice a pattern, maybe there's a path that can be documented level 1: specs are constants level 2: writing helper...

Hi, Thank you for developing this great library! I have a question about dealing with missing values. See below an example: ```{python} import json from urllib import request from glom...

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and has been heavily used for...

I don't want to "punch down" at another open source project, trying to keep it neutral and informative.

Thanks for this great library. Just a question, how should one position this v.s. https://sedimental.org/remap.html when choosing api for data manipulation? they may seem to have some overlap on first...

match mode should probably support `list[str]` (to have the same behavior as `[str]`)

Here's the proposal: Memo(), a glom memoization primitive. On each top-level glom execution, Memo() would reset. Here's a rough implementation: ```python class Memo: def __init__(self, spec): self.spec = spec def...

this is a more conservative simplifying of the guts of T -- rather than making changes to the internal structure, this just moves the internal tuple from a weakref to...

I use `glom` with a library called [`frictionless`](https://github.com/frictionlessdata/frictionless-py/). It's a library that manages metadata for datasets based on the [frictionless specification](https://specs.frictionlessdata.io/). When using release 22.1.0, I see inconsistent behaviour between...