Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0f96597 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Dec 3, 2023
1 parent a895ef5 commit aefa3cf
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 260 deletions.
7 changes: 6 additions & 1 deletion _sources/changelog.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.19.8] - 2023-10-02
## [0.19.10] - 2023-12-03

### New
- Upgrade deps, low_memory option for API

## [0.19.10] - 2023-10-02

### New
- Upgrade deps, better build times due to latest duckdb
Expand Down
13 changes: 13 additions & 0 deletions _sources/options.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,16 @@ Python only. Export scripts for importing data into the database.
### Python Usage

flatterer.flatten('inputfile.json', 'ouput_dir', sql_scripts=True)


## Low Memory (api only)

Reduces memory usage, sacrificing some speed. Use this if JSON contains very large JSON objects.

### Python Usage

```python
import flatterer

flatterer.flatten('inputfile.json', 'ouput_dir', low_memory=True)
```
Loading

0 comments on commit aefa3cf

Please sign in to comment.