Dataprofiler

Latest version: v0.12.0

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

Scan your dependencies

Page 4 of 10

0.8.5

Profiler
* Rework Graph Test for mocking missing imports 736
* Windows Install error - Path Resouces - Fixes 738 739

Documentation
* Generate Docs for v0.8.5 744

Other Changes
* adding pyupgrade & autoflake 734
* loosening pin on typing-extensions 735
* removing six 740
* Use tensorflow-macos and clean up some test running warning noise 741
* Update version to 0.8.5 742


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.4...0.8.5

What's Changed
* loosening pin on typing-extensions by leos in https://github.com/capitalone/DataProfiler/pull/735
* Rework Graph Test for mocking missing imports by JGSweets in https://github.com/capitalone/DataProfiler/pull/736
* Windows Install error - Path Resouces - Fixes 738 by rxm7706 in https://github.com/capitalone/DataProfiler/pull/739
* adding pyupgrade & autoflake by leos in https://github.com/capitalone/DataProfiler/pull/734
* removing six by leos in https://github.com/capitalone/DataProfiler/pull/740
* Use tensorflow-macos and clean up some test running warning noise by leos in https://github.com/capitalone/DataProfiler/pull/741
* Update version to 0.8.5 by JGSweets in https://github.com/capitalone/DataProfiler/pull/742

New Contributors
* leos made their first contribution in https://github.com/capitalone/DataProfiler/pull/735
* rxm7706 made their first contribution in https://github.com/capitalone/DataProfiler/pull/739

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.4...0.8.5

0.8.4

Profiler
* Replaces Merging dict func 731

Documentation
* Great Expectations Examples Fix 726
* WIP Generate Docs for v0.8.4 729
* Generate Docs for v0.8.4 732

Other Changes
* Fix numpy version and drop python 3.7 in checks 725
* Updating the version to v0.8.4 728

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.3...0.8.4

What's Changed
* Fix numpy version and drop python 3.7 in checks by taylorfturner in https://github.com/capitalone/DataProfiler/pull/725
* Great Expectations Examples Fix by micdavis in https://github.com/capitalone/DataProfiler/pull/726
* Updating the version to v0.8.4 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/728
* Replaces Merging dict func by JGSweets in https://github.com/capitalone/DataProfiler/pull/731


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.3...0.8.4

0.8.3

Profiler
* Fix req missing for typing_extensions 698
* Add profiler option for column level invalid values 704
* Updated setup.cfg mypy flags and resolved related errors. 703

Documentation
* Add Makefile to auto setup repo for developers 699
* Add PSI documentation in README.md 709

Bugs
* Fix bug with null replication metrics 702
* PSI diff() 708
* PSI diff() bug 707
* Fix bug with null replication metrics when row is all null 706
* PSI no calculation on `TextProfile` 711
* PSI fixing unit tests 712


Other Changes
* Includes mypy in pre-commit and fixes last needed updates 696
* Quick Fix: Oxford Comma in README 697
* Pre-Commit: Default setup.cfg flags 701
* Updated setup.cfg with check-manifest 705
* Updating the version to v0.8.3 710
* PSI blurb in Docs for 0.8.3 714
* Generate Docs for v0.8.3 715


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.2post1...0.8.3

What's Changed
* Fix req missing for typing_extensions by JGSweets in https://github.com/capitalone/DataProfiler/pull/698
* Pre-Commit: Default `setup.cfg` flags by taylorfturner in https://github.com/capitalone/DataProfiler/pull/701
* Add Makefile to auto setup repo for developers by tonywu315 in https://github.com/capitalone/DataProfiler/pull/699
* Quick Fix: Oxford Comma in README by taylorfturner in https://github.com/capitalone/DataProfiler/pull/697
* Adding `PSI` to `diff` report by taylorfturner in https://github.com/capitalone/DataProfiler/pull/688
* Updated setup.cfg with check-manifest by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/705
* Fix bug with null replication metrics by tonywu315 in https://github.com/capitalone/DataProfiler/pull/702
* Add profiler option for column level invalid values by tonywu315 in https://github.com/capitalone/DataProfiler/pull/704
* PSI `diff()` bug by taylorfturner in https://github.com/capitalone/DataProfiler/pull/707
* `PSI` `diff()` by taylorfturner in https://github.com/capitalone/DataProfiler/pull/708
* Fix bug with null replication metrics when row is all null by tonywu315 in https://github.com/capitalone/DataProfiler/pull/706
* Add PSI documentation in README.md by taylorfturner in https://github.com/capitalone/DataProfiler/pull/709
* Updated setup.cfg mypy flags and resolved related errors. by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/703
* Updating the version to v0.8.3 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/710
* PSI no calculation on `TextProfile` by taylorfturner in https://github.com/capitalone/DataProfiler/pull/711
* PSI fixing unit tests by taylorfturner in https://github.com/capitalone/DataProfiler/pull/712


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.2.post1...0.8.3

0.8.2.post1

Bugs
* Fix req missing for typing_extensions 698

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.2...0.8.2.post1

What's Changed
* Fix req missing for typing_extensions by JGSweets in https://github.com/capitalone/DataProfiler/pull/698


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.2...0.8.2.post1

0.8.2

Profiler
* added static typing to data_utils.py 662
* Added static typing to *_data classes in data_readers 677
* Adding the types of parameters and returns of functions 681
* Added static typing to data.py and filepath_or_buffer.py 682
* Fix typing and missing types 684
* Fix typing errors and missing return types 692

Documentation
* Move contribute info to CONTRIBUTING.md 683
* Fix typos, remove (unintended?) indentation 690

Bugs
* Quick Fix 680
* Fix matplotlib version requirements param 686
* fix JSON bug with data reading 691
* Includes mypy in pre-commit and fixes last needed updates 696

Other Changes
* Update ghworkflow actions to use pre-commit 687
* Updating the version to v0.8.2 694
* Generate Docs for v0.8.2 695

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.1...0.8.2

What's Changed
* Add static typing to labeler models by tonywu315 in https://github.com/capitalone/DataProfiler/pull/672
* Quick Fix by taylorfturner in https://github.com/capitalone/DataProfiler/pull/680
* Add static typing to labelers/data_processing.py by tonywu315 in https://github.com/capitalone/DataProfiler/pull/673
* Added static typing to data_readers/base_data.py and data_readers/json_data.py by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/666
* Added static typing to data.py and filepath_or_buffer.py by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/682
* Move contribute info to CONTRIBUTING.md by tonywu315 in https://github.com/capitalone/DataProfiler/pull/683
* Fix typing and missing types by tonywu315 in https://github.com/capitalone/DataProfiler/pull/684
* Fix `matplotlib` version requirements param by taylorfturner in https://github.com/capitalone/DataProfiler/pull/686
* Fix typos, remove (unintended?) indentation by bencomp in https://github.com/capitalone/DataProfiler/pull/690
* fix JSON bug with data reading by JGSweets in https://github.com/capitalone/DataProfiler/pull/691
* Fix typing errors and missing return types by tonywu315 in https://github.com/capitalone/DataProfiler/pull/692
* Adding the types of parameters and returns of functions by stefanycoimbra in https://github.com/capitalone/DataProfiler/pull/681
* Update ghworkflow actions to use pre-commit by JGSweets in https://github.com/capitalone/DataProfiler/pull/687
* Added static typing to *_data classes in data_readers by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/677
* added static typing to data_utils.py by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/662
* Updating the version to v0.8.2 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/694
* Includes mypy in pre-commit and fixes last needed updates by JGSweets in https://github.com/capitalone/DataProfiler/pull/696

New Contributors
* bencomp made their first contribution in https://github.com/capitalone/DataProfiler/pull/690

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.1...0.8.2

0.8.1

Profiler
* Added static typing to data_readers/avro_data.py 657
* Added static typing to data_readers/structured_mixins.py 659
* Static Typing profiler 660
* Static Typing profilers/column profile 661
* Static typing for profilers 663
* Add static typing to data labeler and abstract classes 664
* Add static typing to labeler utils 668
* Allow diff to set format options for prepare report 669
* Replace dict constructor with dict comprehension 676

Documentation
* fix: nb issues being valid 655
* Add logo readme 670

Bugs
* fix: nb issues being valid 655
* Fix bug with loading data labeler from disk 665
* Fixes bug with empty data for DataLabeler Col 667
* Fixes 0 variance in a dataset 671

Other Changes
* Updating the version to v0.8.1 675
* Generate Docs for v0.8.1 679

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.0...0.8.1

What's Changed
* Static Typing profilers/utils.py by tonywu315 in https://github.com/capitalone/DataProfiler/pull/630
* Static Typing for Base Column Primitive Type Profilers by tonywu315 in https://github.com/capitalone/DataProfiler/pull/645
* Added static typing to data_readers/structured_mixins.py by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/659
* Static Typing profilers/profile_builder.py by tonywu315 in https://github.com/capitalone/DataProfiler/pull/643
* Static Typing profilers/numerical_column_stats.py by tonywu315 in https://github.com/capitalone/DataProfiler/pull/648
* Static Typing profiler by tonywu315 in https://github.com/capitalone/DataProfiler/pull/660
* Static Typing profilers/column profile by tonywu315 in https://github.com/capitalone/DataProfiler/pull/661
* Added static typing to data_readers/avro_data.py by Sanketh7 in https://github.com/capitalone/DataProfiler/pull/657
* Static typing for profilers by tonywu315 in https://github.com/capitalone/DataProfiler/pull/663
* Add static typing to data labeler and abstract classes by tonywu315 in https://github.com/capitalone/DataProfiler/pull/664
* Fix bug with loading data labeler from disk by tonywu315 in https://github.com/capitalone/DataProfiler/pull/665
* Fixes bug with empty data for DataLabeler Col by JGSweets in https://github.com/capitalone/DataProfiler/pull/667
* Allow diff to set format options for prepare report by JGSweets in https://github.com/capitalone/DataProfiler/pull/669
* Add static typing to labeler utils by tonywu315 in https://github.com/capitalone/DataProfiler/pull/668
* Add logo readme by taylorfturner in https://github.com/capitalone/DataProfiler/pull/670
* Fixes 0 variance in a dataset by JGSweets in https://github.com/capitalone/DataProfiler/pull/671
* Updating the version to v0.8.1 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/675
* Replace dict constructor with dict comprehension by boneyag in https://github.com/capitalone/DataProfiler/pull/676

New Contributors
* Sanketh7 made their first contribution in https://github.com/capitalone/DataProfiler/pull/659
* boneyag made their first contribution in https://github.com/capitalone/DataProfiler/pull/676

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.8.0...0.8.1

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.