Dataprofiler

Latest version: v0.12.0

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

Scan your dependencies

Page 5 of 10

0.8.0

Profiler
* DataProfiler: hotfix for handling nan values in diff 647
* Static Typing profilers/profiler_options.py 644
* refactor: validate parameters and the returns of functions 640
* Preset option in ProfileOptions 638
* GraphProfiler: add() NotImplementedError 636
* ColumnNameLabeler Setup 635
* Fix for issue 605 634
* GraphProfiler: diff() functionality 631
* Post Processor for ColumnNameModel 629
* Graph Profiler: save() and load() Functionality 628
* Quick Add: require_module in ColumnNameModel test 627
* New Data Labeler: ColumnNameModel Build 626

Documentation
* fix: nb issues being valid 655
* fix: remove extra commas 654
* DataProfiler: structured_profilers example fix 653
* DataProfiler: graph_data_demo update 649
* ColumnNameLabeler Notebook Example 646
* Update documentation README for gh-pages branch 619
* README unti testing docs 632
* Notebook Examples for DP + GE: expect_profile_numeric_columns_percent 625
* Notebook Examples for DP + GE: expect_profile_numeric_columns_diff 624
* Notebook Examples for DP + GE: expect_column_values_vs_profile 623
* Notebook Examples for DP + GE: expect_column_value_confidence 622

Other Changes
* Updating the version to v0.8.0 652
* Generate Docs for v0.8.0 656

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

What's Changed
* Update TF / numpy reqs, drop py3.6 by JGSweets in https://github.com/capitalone/DataProfiler/pull/614
* Notebook Examples for DP + GE: expect_column_value_confidence by micdavis in https://github.com/capitalone/DataProfiler/pull/622
* Notebook Examples for DP + GE: expect_column_values_vs_profile by micdavis in https://github.com/capitalone/DataProfiler/pull/623
* Notebook Examples for DP + GE: expect_profile_numeric_columns_diff by micdavis in https://github.com/capitalone/DataProfiler/pull/624
* Notebook Examples for DP + GE: expect_profile_numeric_columns_percent by micdavis in https://github.com/capitalone/DataProfiler/pull/625
* New Data Labeler: ColumnNameModel Build by taylorfturner in https://github.com/capitalone/DataProfiler/pull/626
* Quick Add: `require_module` in `ColumnNameModel` test by taylorfturner in https://github.com/capitalone/DataProfiler/pull/627
* Graph Profiler: save() and load() Functionality by micdavis in https://github.com/capitalone/DataProfiler/pull/628
* README unti testing docs by taylorfturner in https://github.com/capitalone/DataProfiler/pull/632
* GraphProfiler: diff() functionality by micdavis in https://github.com/capitalone/DataProfiler/pull/631
* Fix for issue 605 by vindhyanairlj in https://github.com/capitalone/DataProfiler/pull/634
* Preset option in ProfileOptions by lovleen3112 in https://github.com/capitalone/DataProfiler/pull/638
* refactor: validate parameters and the returns of functions by stefanycoimbra in https://github.com/capitalone/DataProfiler/pull/640
* GraphProfiler: add() NotImplementedError by micdavis in https://github.com/capitalone/DataProfiler/pull/636
* Post Processor for ColumnNameModel by taylorfturner in https://github.com/capitalone/DataProfiler/pull/629
* ColumnNameLabeler Setup by taylorfturner in https://github.com/capitalone/DataProfiler/pull/635
* DataProfiler: hotfix for handling `nan` values in diff by micdavis in https://github.com/capitalone/DataProfiler/pull/647
* ColumnNameLabeler Notebook Example by taylorfturner in https://github.com/capitalone/DataProfiler/pull/646
* Static Typing profilers/profiler_options.py by tonywu315 in https://github.com/capitalone/DataProfiler/pull/644
* DataProfiler: `graph_data_demo` update by micdavis in https://github.com/capitalone/DataProfiler/pull/649
* Updating the version to v0.8.0 by micdavis in https://github.com/capitalone/DataProfiler/pull/652
* DataProfiler: `structured_profilers` example fix by micdavis in https://github.com/capitalone/DataProfiler/pull/653
* fix: remove extra commas by JGSweets in https://github.com/capitalone/DataProfiler/pull/654
* fix: nb issues being valid by JGSweets in https://github.com/capitalone/DataProfiler/pull/655

New Contributors
* vindhyanairlj made their first contribution in https://github.com/capitalone/DataProfiler/pull/634
* lovleen3112 made their first contribution in https://github.com/capitalone/DataProfiler/pull/638
* stefanycoimbra made their first contribution in https://github.com/capitalone/DataProfiler/pull/640
* tonywu315 made their first contribution in https://github.com/capitalone/DataProfiler/pull/644

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

0.7.11

Profiler
* Fixes GraphProfiler loading directly with class 602
* Graph loading bug 603
* Hot Fix: Typo in Graph Docstring 611
* fixes profile_schema bug for unnamed columns 612
* Include compact in fix for profile schema serialization 613

Documentation
* Add example notebook for graph data input 594
* Fix version for 0.7.10 596
* Update ReadMe to include Graph Profiler 597
* lower --> upper 598
* Add Graph Github Pages 599
* Graph Pipeline Demo notebook header fix 600
* Add GraphData to data_reader notebook 601
* formatting issue for 0.7.11 docs 617


Other Changes
* Updating the version to v0.7.11 615
* Generate Docs for v0.7.11 616


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.10...0.7.11

What's Changed
* Add example notebook for graph data input by MisterPNP in https://github.com/capitalone/DataProfiler/pull/594
* Update ReadMe to include Graph Profiler by MisterPNP in https://github.com/capitalone/DataProfiler/pull/597
* lower --> upper by taylorfturner in https://github.com/capitalone/DataProfiler/pull/598
* Graph Pipeline Demo notebook header fix by taylorfturner in https://github.com/capitalone/DataProfiler/pull/600
* Fixes GraphProfiler loading directly with class by JGSweets in https://github.com/capitalone/DataProfiler/pull/602
* Graph loading bug by JGSweets in https://github.com/capitalone/DataProfiler/pull/603
* Add GraphData to data_reader notebook by taylorfturner in https://github.com/capitalone/DataProfiler/pull/601
* Hot Fix: Typo in Graph Docstring by taylorfturner in https://github.com/capitalone/DataProfiler/pull/611
* fixes profile_schema bug for unnamed columns by JGSweets in https://github.com/capitalone/DataProfiler/pull/612
* Include compact in fix for profile schema serialization by JGSweets in https://github.com/capitalone/DataProfiler/pull/613
* Updating the version to v0.7.11 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/615
* formatting issue for 0.7.11 docs by taylorfturner in https://github.com/capitalone/DataProfiler/pull/617


**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.10...0.7.11

0.7.10

Profiler
* Add Graph Profiler Update to Profile Builder 587
* HOT FIX: black formatting issue 588
* Implement GraphData/GraphProfiler into DataProfiler Pipeline 581
* fix: make prepare report keys json serializable 580
* Add property array to continuous distribution profile in GraphProfiler/ Integer Node ID identified as Integer in GraphData 579
* Reformatted codebase using flake8. 578
* SyntheticDataOptions and metrics calculations for NaN replication 571
* Reformatted batch 4 (see comment) using flake8. 569
* Reformatted batch 3 (see comment) using flake8. 567
* Reformatted batch 2 (see comment) with flake8. 566
* Reformatted big batch 1 (see comment) using flake8. 565
* Reformatted dataprofiler/data_readers/graph_data.py using flake8. 564
* Reformatted histogram_utils.py using flake8. 563
* Reformatted dataprofiler/profilers/profile_options.py using flake8. 562
* Reformatted dataprofiler/profilers/numerical_column_stats.py using flake8. 561
* Reformatted dataprofiler/profilers/unstructured_labeler_profile.py us… 558
* Reformatted dataprofiler/profilers/int_column_profile.py using flake8. 557
* Reformatted dataprofiler/labelers/base_data_labeler.py using flake8. 556
* Reformatted init file of profilers/helpers/ using flake8. 555
* Reformatted dataprofiler/profilers/unstructured_text_profile.py using flake8. 554
* Reformatted dataprofiler/labelers/data_processing.py using flake8. 553
* [UTILs] Adding top-level function for distributed merging of profiles 552
* Reformatted dataprofiler/labelers/data_labelers.py using flake8. 551
* Reformatted dataprofiler/dp_logging.py using flake8; changed first docstring in float, text, and order column profiler modules. 550
* Reformatted dataprofiler/profilers/float_column_profiler.py and dataprofiler/profilers/text_column_profiler.py using flake8. 549
* Reformatted dataprofiler/profilers/order_column_profile.py using flak… 548
* Graph Profiler class to create a profile of an input graph 546
* Calculate correlation only between selected columns 544
* HOT FIX: resolving black and isort 538
* Reformatted code using trailing-whitespace hook, excluding tests/data and speed_tests/data folders 537
* Add data labeler tf loader for any cnn softmax model 532
* Reformatted . using isort. 530
* Reformatted dataprofiler/data_readers and dataprofiler/tests using bl… 529
* Add data loader to GraphData class 528
* Reformatted dataprofiler/labelers using black 22.3.0. 526
* Reformatted dataprofiler/data_readers using black 22.3.0. 525
* Reformatted resources/__init__.py using black 22.3.0. 524
* Reformatted dataprofiler/__init__.py using black 22.3.0. 523
* Reformatted dataprofiler/validators using black 22.3.0. 522
* Reformatted dataprofiler/tests using black 22.3.0. 521
* Reformatted dataprofiler/profilers using black 22.3.0. 520
* Add a class to differentiate between Tabular and Graph CSV files 517
* Reformatted dataprofiler/version.py using black. 515
* Reformatted dataprofiler/profilers using black 513
* Reformatted dataprofiler/reports using black. 512
* Reformatted dataprofiler/tests using black. 511
* Reformatted dataprofiler/validators using black. 510
* Reformatted dataprofiler/dp_logging.py using black. 509
* Add New preprocessor for using an encoding map 506


Documentation
* fix: missing null_rep matrix info 592
* Hot fix/notebook 586
* HOT FIX: example notebook update 584
* Added documentation for null_replication_metrics 583
* Updated README to include null_replication_metrics 582
* Adding Example for merge_profile_list 559
* HOT FIX: update README and remove isort.cfg 536

Dependencies
* Hot Fix: Resolving Version in Pre-Commit File 547
* Added end-of-file-fixer hook, excluding tests/data folder from changes. 541
* Added debug-statments pre-commit hook to yaml config file. 539
*

Other Changes
* Generate Docs for 0.7.10 593
* Hot fix/version change 591
* Revert "Generate Docs for 0.8.0" - > 0.7.9 590
* Tox 570
* HOT FIX: update README and remove isort.cfg 536
* Added yaml configuration file. 534
* Reformatted setup.py using black. 514
* Update Codeowners 507

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.9...0.7.10

What's Changed
* Add New preprocessor for using an encoding map by JGSweets in https://github.com/capitalone/DataProfiler/pull/506
* Update Codeowners by micdavis in https://github.com/capitalone/DataProfiler/pull/507
* Reformatted dataprofiler/version.py using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/515
* Reformatted setup.py using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/514
* Reformatted dataprofiler/dp_logging.py using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/509
* Reformatted dataprofiler/validators using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/510
* Reformatted dataprofiler/reports using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/512
* Reformatted dataprofiler/profilers using black by jakleh in https://github.com/capitalone/DataProfiler/pull/513
* Reformatted dataprofiler/tests using black. by jakleh in https://github.com/capitalone/DataProfiler/pull/511
* Reformatted dataprofiler/profilers using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/520
* Reformatted dataprofiler/tests using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/521
* Reformatted dataprofiler/validators using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/522
* Reformatted dataprofiler/__init__.py using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/523
* Reformatted resources/__init__.py using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/524
* Reformatted dataprofiler/data_readers using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/525
* Reformatted dataprofiler/labelers using black 22.3.0. by jakleh in https://github.com/capitalone/DataProfiler/pull/526
* Add a class to differentiate between Tabular and Graph CSV files by MisterPNP in https://github.com/capitalone/DataProfiler/pull/517
* Reformatted dataprofiler/data_readers and dataprofiler/tests using bl… by jakleh in https://github.com/capitalone/DataProfiler/pull/529
* Reformatted . using isort. by jakleh in https://github.com/capitalone/DataProfiler/pull/530
* Added yaml configuration file. by jakleh in https://github.com/capitalone/DataProfiler/pull/534
* HOT FIX: update README and remove isort.cfg by taylorfturner in https://github.com/capitalone/DataProfiler/pull/536
* Add data loader to GraphData class by MisterPNP in https://github.com/capitalone/DataProfiler/pull/528
* Add data labeler tf loader for any cnn softmax model by JGSweets in https://github.com/capitalone/DataProfiler/pull/532
* Reformatted code using trailing-whitespace hook, excluding tests/data and speed_tests/data folders by jakleh in https://github.com/capitalone/DataProfiler/pull/537
* HOT FIX: resolving black and isort by taylorfturner in https://github.com/capitalone/DataProfiler/pull/538
* Added debug-statments pre-commit hook to yaml config file. by jakleh in https://github.com/capitalone/DataProfiler/pull/539
* Added end-of-file-fixer hook, excluding tests/data folder from changes. by jakleh in https://github.com/capitalone/DataProfiler/pull/541
* Calculate correlation only between selected columns by Ta7ar in https://github.com/capitalone/DataProfiler/pull/544
* Hot Fix: Resolving Version in Pre-Commit File by taylorfturner in https://github.com/capitalone/DataProfiler/pull/547
* Reformatted dataprofiler/profilers/order_column_profile.py using flak… by jakleh in https://github.com/capitalone/DataProfiler/pull/548
* Reformatted dataprofiler/profilers/float_column_profiler.py and dataprofiler/profilers/text_column_profiler.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/549
* Reformatted dataprofiler/dp_logging.py using flake8; changed first docstring in float, text, and order column profiler modules. by jakleh in https://github.com/capitalone/DataProfiler/pull/550
* Reformatted dataprofiler/labelers/data_labelers.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/551
* Reformatted dataprofiler/labelers/data_processing.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/553
* [UTILs] Adding top-level function for distributed merging of profiles by taylorfturner in https://github.com/capitalone/DataProfiler/pull/552
* Reformatted dataprofiler/profilers/unstructured_text_profile.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/554
* Reformatted init file of profilers/helpers/ using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/555
* Reformatted dataprofiler/labelers/base_data_labeler.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/556
* Reformatted dataprofiler/profilers/int_column_profile.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/557
* Graph Profiler class to create a profile of an input graph by MisterPNP in https://github.com/capitalone/DataProfiler/pull/546
* Reformatted dataprofiler/profilers/unstructured_labeler_profile.py us… by jakleh in https://github.com/capitalone/DataProfiler/pull/558
* Adding `Example` for `merge_profile_list` by taylorfturner in https://github.com/capitalone/DataProfiler/pull/559
* Reformatted dataprofiler/profilers/numerical_column_stats.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/561
* Reformatted dataprofiler/profilers/profile_options.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/562
* Reformatted histogram_utils.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/563
* Reformatted dataprofiler/data_readers/graph_data.py using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/564
* Reformatted big batch 1 (see comment) using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/565
* Reformatted batch 2 (see comment) with flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/566
* Reformatted batch 3 (see comment) using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/567
* Reformatted batch 4 (see comment) using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/569
* Tox by jakleh in https://github.com/capitalone/DataProfiler/pull/570
* SyntheticDataOptions and metrics calculations for NaN replication by Ta7ar in https://github.com/capitalone/DataProfiler/pull/571
* Reformatted codebase using flake8. by jakleh in https://github.com/capitalone/DataProfiler/pull/578
* Add property array to continuous distribution profile in GraphProfiler/ Integer Node ID identified as Integer in GraphData by MisterPNP in https://github.com/capitalone/DataProfiler/pull/579
* fix: make prepare report keys json serializable by neilkg in https://github.com/capitalone/DataProfiler/pull/580
* Updated README to include `null_replication_metrics` by Ta7ar in https://github.com/capitalone/DataProfiler/pull/582
* Implement GraphData/GraphProfiler into DataProfiler Pipeline by MisterPNP in https://github.com/capitalone/DataProfiler/pull/581
* HOT FIX: example notebook update by taylorfturner in https://github.com/capitalone/DataProfiler/pull/584
* Updating the Version to v0.8.0 by taylorfturner in https://github.com/capitalone/DataProfiler/pull/585
* Hot fix/notebook by taylorfturner in https://github.com/capitalone/DataProfiler/pull/586
* Add Graph Profiler Update to Profile Builder by MisterPNP in https://github.com/capitalone/DataProfiler/pull/587
* HOT FIX: black formatting issue by taylorfturner in https://github.com/capitalone/DataProfiler/pull/588
* Hot fix/version change by taylorfturner in https://github.com/capitalone/DataProfiler/pull/591

New Contributors
* jakleh made their first contribution in https://github.com/capitalone/DataProfiler/pull/515
* MisterPNP made their first contribution in https://github.com/capitalone/DataProfiler/pull/517
* neilkg made their first contribution in https://github.com/capitalone/DataProfiler/pull/580

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.9...0.7.10

0.7.9

Profiler
* Numeric Stats Mixin: pop disabled elements from profile report 491
* FloatColumn: enable pop when remove_disabled_flag set to True 493
* TextColumn: enable pop when remove_disabled_flag set to True 494
* TextProfiler: enable pop when remove_disabled_flag set to True 495
* Profile Builder: add report for remove_disable_flag at the top level 496
* Report functionality added to BaseColumnProfile 497
* PR for column compiler reports 499

Documentation
* Added Description Documentation 486
* Added the statistic descriptions to GitHub pages 500
* Updated the pip install ghpages documentation 501

Dependencies
* build(deps): bump actions/setup-python from 2 to 4 487

Other Changes
* Updating the Version to v0.7.9 489
* Generate Docs for 0.7.9 503

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.8...0.7.9

0.7.8

Profiler
* DateTimeColumn: Handle Datetime day suffixes 458

Bug fixes
* Applying isort and resolving circular imports 453
* Fixes overflow bug if moments are large 481

Other Changes
* Github issues default assignees list 457
* README updates 475
* Add Python 3.10 to GHA 476
* Configure Dependabot 477
* Updating the Version to v0.7.8 482
* Documentation / Github Pages updated 483

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.7...0.7.8

0.7.7

Bug fixes
* Address int64 issue in numerical profiler diff 446

Other Changes
* Add Python 3.9 to GHA 440
* Updating the Version to v0.7.7 450
* Documentation / Github Pages updated 449 451

**Full Changelog**: https://github.com/capitalone/DataProfiler/compare/0.7.6...0.7.7

Page 5 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.