Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add information about pii classification feature #1517

Merged
merged 30 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
07d5819
Update duplicates_pandas.py (#1427)
boris-kogan Aug 21, 2023
6ceeead
chore(actions): update sonarsource/sonarqube-scan-action action to v2…
renovate[bot] Aug 30, 2023
d8ffdb1
chore(actions): update actions/checkout action to v4
renovate[bot] Sep 5, 2023
c6f90cb
docs: setup new docs with mkdocs (#1418)
vascoalramos Sep 12, 2023
cb66a7e
chore(actions): update actions/checkout action to v4
renovate[bot] Sep 12, 2023
fcf57b2
fix: remove the duplicated cardinality threshold under categorical an…
ricardodcpereira Sep 18, 2023
58158ef
fix: fixate matplotlib upper version
ricardodcpereira Sep 18, 2023
829acf5
docs: change from `zap` to `sparkles` (#1447)
Anselmoo Sep 19, 2023
fdc0346
fix: template {{ file_name }} error in HTML wrapper (#1380)
jogecodes Sep 20, 2023
1c500d5
feat: add density histogram (#1458)
alexbarros Sep 26, 2023
62b0231
docs: update README.html (#1461)
miriamspsantos Sep 26, 2023
6c23196
fix: bug when creating a new report (#1440)
chrimaho Sep 27, 2023
df76ea7
fix: gen wordcloud only for non-empty cols (#1459)
alexbarros Sep 27, 2023
b7fac9e
fix: table template ignoring text format (#1462)
alexbarros Sep 27, 2023
797c799
fix: to_category misshandling pd.NA (#1464)
alexbarros Sep 27, 2023
07322a5
docs: add 📊 for Key features (#1451)
Anselmoo Sep 27, 2023
6d60670
docs: fix hyperlink - related to package name change (#1457)
martin-kokos Sep 27, 2023
bc12fde
chore(deps): increase numpy upper limit (#1467)
alexbarros Sep 27, 2023
a57e234
chore(deps): fix numba package version, and filter warns (#1468)
alexbarros Sep 27, 2023
9f8bf18
chore(deps): update dependency typeguard to v4 (#1324)
renovate[bot] Oct 4, 2023
5733205
Merge branch 'develop' of https://github.com/ydataai/ydata-profiling …
Dec 6, 2023
2aca483
Merge remote-tracking branch 'origin/develop' into develop
Dec 6, 2023
86a0ea9
docs: update docs with advent of code
Dec 7, 2023
e7801c2
Merge branch 'develop' into docs/advent_code
fabclmnt Dec 7, 2023
5d9d13a
docs: update links for fabric
Dec 7, 2023
479a646
Merge branch 'docs/advent_code' of https://github.com/ydataai/ydata-p…
Dec 7, 2023
bc6dc22
chore(actions): update actions/setup-python action to v5
renovate[bot] Dec 7, 2023
5b7e966
Merge remote-tracking branch 'origin/docs/advent_code' into docs/adve…
Dec 7, 2023
3ea8258
docs: add information about PII classification & management.
Dec 7, 2023
a55590d
Merge branch 'develop' into docs/PII_experience
fabclmnt Dec 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: change from zap to sparkles (#1447)
Co-authored-by: Fabiana <30911746+fabclmnt@users.noreply.github.com>
  • Loading branch information
Anselmoo and fabclmnt authored Sep 19, 2023
commit 829acf58e6125ba204beb5e20b642ebff2a0b5fb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The report contains three additional sections:
- Looking for how you can do an EDA for Time-Series 🕛 ? Check [this blogpost](https://towardsdatascience.com/how-to-do-an-eda-for-time-series-cbb92b3b1913).
- You want to compare 2 datasets and get a report? Check [this blogpost](https://medium.com/towards-artificial-intelligence/how-to-compare-2-dataset-with-pandas-profiling-2ae3a9d7695e)

### Spark
### Spark

Spark support has been released, but we are always looking for an extra pair of hands 👐.
[Check current work in progress!](https://github.com/ydataai/ydata-profiling/projects/3).
Expand Down