We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38256de commit f9a4780Copy full SHA for f9a4780
content/pages/03-data/16-pandas.markdown
@@ -30,3 +30,7 @@ is a data structures and analysis library.
30
* [Modern pandas](https://tomaugspurger.github.io/modern-1.html) is the
31
first part in a well-written seven-part introductory series.
32
33
+* [A simple way to anonymize data with Python and Pandas](https://dev.to/r0f1/a-simple-way-to-anonymize-data-with-python-and-pandas-79g)
34
+ is a good tutorial on removing sensitive data from your unfiltered
35
+ data sets.
36
+
0 commit comments