File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ is a data structures and analysis library.
7070 and charts that show the pay off period broken down by interest and
7171 principal.
7272
73+ * [ Efficiently cleaning text with pandas] ( https://pbpython.com/text-cleaning.html )
74+ provides a really great practical tutorial on different approaches
75+ for cleaning a large data set so that you can begin to do your analysis.
76+ The tutorial also shows how to use the
77+ [ sidetable] ( https://github.com/chris1610/sidetable ) library, which
78+ creates summary tables of a DataFrame.
79+
7380* [ tabula-py: Extract table from PDF into Python DataFrame] ( https://blog.chezo.uno/tabula-py-extract-table-from-pdf-into-python-dataframe-6c7acfa5f302 )
7481 presents how to use the Python wrapper for the
7582 [ Tabula] ( https://tabula.technology/ ) library that makes it easier to
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ rich apps that run in web browsers.
3434
3535
3636### Vue.js resources
37+ * [ Building web apps with Vue and Django] ( https://dafoster.net/articles/2021/02/16/building-web-apps-with-vue-and-django-the-ultimate-guide/ )
38+ covers architectural decisions such as whether to use one or
39+ two servers and then explains how to go down the one server
40+ route with a [ Django] ( /django.html ) back end.
41+
3742* [ A friendly introduction to Vue.js] ( https://appendto.com/2016/11/a-friendly-introduction-to-vue-js/ )
3843 contains the code and brief explanations of what it's doing so you can
3944 learn to create your first Vue app.
You can’t perform that action at this time.
0 commit comments