Django-pivot

Latest version: v1.10.0

Safety actively analyzes 619528 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.9.0

Minor fixes to support Django 4

1.8.1

Fix capitalization of Readme in setup.py

1.8.0

Added support for default values. You can specify a default value for a columns where no data is found, and you can have rows filled in with all default values by specifying your target rows.

1.7

Add support for multi-level pivot tables. It's now possible to pass a list to the `rows` parameter to get results where the rows are grouped by more than one column. E.g,

>>> pivot_table = pivot(ShirtSales, ['region', 'gender'], 'shipped', 'units')

To see the sum of units on each shipped date grouped by both region and gender.

Add the ability to change the row keys by passing a function that transforms a string.

1.6.1

Pivot tables now give you access to the descriptive text defined in choices.

1.4.1

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.